We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8cbd46 commit 2a474abCopy full SHA for 2a474ab
.github/workflows/publish-docker-image.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Generate image ID and version
31
run: |
32
- IMAGE_ID=ghcr.io/${{ github.repository_owner }}/dsri-nvidia-driver
+ IMAGE_ID=ghcr.io/${{ github.repository_owner }}/rcs-dsri-nvidia-driver-coreos
33
# Change all uppercase to lowercase
34
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
35
# Strip git ref prefix from version
0 commit comments