Skip to content

Commit 44862bd

Browse files
deduce tags when building even when they aren't used
I am adding this so future Tom doesn't get scared and cancel a workflow when seeing the tags deduced at the beginning of building are different than expected. #116
1 parent 89997a0 commit 44862bd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ jobs:
4141
uses: docker/metadata-action@v5
4242
with:
4343
images: ${{ env.REGISTRY_IMAGE }}
44+
tags: |
45+
type=ref,event=branch
46+
type=ref,event=pr
47+
type=semver,pattern={{version}}
48+
type=semver,pattern={{major}}.{{minor}}
4449
-
4550
name: Set up QEMU
4651
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)