Skip to content

Commit

Permalink
ci: add sha labels for Docker tags (#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored Nov 19, 2024
1 parent 6f37944 commit cedf147
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,11 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=schedule
type=ref,event=branch
type=ref,event=tag
type=ref,event=pr
type=sha
- name: Write "git describe --tags --dirty" to VERSION
run: |
Expand Down

0 comments on commit cedf147

Please sign in to comment.