Skip to content

Commit 2a474ab

Browse files
authored
Update publish-docker-image.yml
1 parent e8cbd46 commit 2a474ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Generate image ID and version
3131
run: |
32-
IMAGE_ID=ghcr.io/${{ github.repository_owner }}/dsri-nvidia-driver
32+
IMAGE_ID=ghcr.io/${{ github.repository_owner }}/rcs-dsri-nvidia-driver-coreos
3333
# Change all uppercase to lowercase
3434
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
3535
# Strip git ref prefix from version

0 commit comments

Comments
 (0)