Skip to content

Commit

Permalink
Fix repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
jdubois committed Nov 20, 2023
1 parent b025f4e commit e7f516f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-native-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Build and publish the native (Linux) Docker image
runs-on: ubuntu-22.04
env:
DOCKER_IMAGE_NAME: 'ghcr.io/${{ env.GITHUB_ACTION_REPOSITORY }}/jhipster-lite-native'
DOCKER_IMAGE_NAME: 'ghcr.io/${{ github.repository }}/jhipster-lite-native'
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit e7f516f

Please sign in to comment.