Skip to content

Commit

Permalink
feat: Use the GitHub -> docker tag CSL correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
tlater-famedly committed Jan 27, 2025
1 parent 10d5f72 commit 1746d80
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ jobs:
push: true
image_name: rust-container
tags: |
type=raw,value=dev-${{ github.ref_name }}
type=ref,event=branch,prefix=dev-
type=ref,event=tag,prefix=dev-
type=raw,event=pr,value=dev-${{ github.head_ref }}
type=sha,prefix=dev-
build_args: |
NIGHTLY_VERSION_DATE=${{needs.set_date.outputs.date_today}}
registry: docker-nightly.nexus.famedly.de
Expand Down

0 comments on commit 1746d80

Please sign in to comment.