Skip to content

Commit

Permalink
Merge pull request #161 from klueska/fix-repo-name
Browse files Browse the repository at this point in the history
Fix name of repo for pushing to github registry
  • Loading branch information
klueska authored Sep 13, 2024
2 parents f880bcc + 6e416ab commit b392e9b
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-dra-driver
VERSION: ${COMMIT_SHORT_SHA}
run: |
echo "${VERSION}"
Expand Down

0 comments on commit b392e9b

Please sign in to comment.