Skip to content

Commit

Permalink
Merge pull request #37 from elezar/fix-image-push
Browse files Browse the repository at this point in the history
Fix image name
  • Loading branch information
elezar authored Jan 28, 2024
2 parents 6e84cab + b8d402c commit 0dd297a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build image
env:
IMAGE_NAME: ghcr.io/${LOWERCASE_REPO_OWNER}/k8s-device-plugin
IMAGE_NAME: ghcr.io/${LOWERCASE_REPO_OWNER}/k8s-mig-manager
VERSION: ${COMMIT_SHORT_SHA}
run: |
echo "${VERSION}"
Expand Down

0 comments on commit 0dd297a

Please sign in to comment.