Skip to content

Commit

Permalink
Fix metadata for CUDA image
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Dec 12, 2023
1 parent 4a5c672 commit df565ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,15 @@ jobs:
- name: Setup Docker buildx
uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # v2.0.0

- name: Prepare metadata
- name: Prepare metadata
id: meta
uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a # v4.0.1
uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=sha,enable=true,prefix=git-
type=raw,value=latest
type=raw,value=${{ matrix.base-image | replace('/','-') | replace(':','-') | replace('@','-') }}
- name: Log into registry ${{ env.REGISTRY }}
uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # v2.0.0
Expand Down

0 comments on commit df565ef

Please sign in to comment.