Skip to content

Commit

Permalink
fix CI not releasing image on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
cottand committed Oct 3, 2024
1 parent c4063e9 commit 8779e3d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,11 @@ jobs:
# list of Docker images to use as base name for tags
images: ${{ env.REGISTRY_IMAGE }}
tags: |
type=sha,event=push
# tag event
type=ref,event=tag
type=sha,event=tag
# pull request event
type=sha,event=pr
- name: Create manifest list and push
working-directory: /tmp/digests
Expand Down

0 comments on commit 8779e3d

Please sign in to comment.