From 2fd23a75528526ec6dbf8aac139f7ad527dbcf8e Mon Sep 17 00:00:00 2001 From: Steven Honson Date: Fri, 15 Nov 2024 23:58:42 +1100 Subject: [PATCH 1/2] More tags --- .github/workflows/container.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 63af805..40b3d92 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -24,7 +24,8 @@ jobs: images: ghcr.io/${{ github.repository }} tags: | type=raw,value=latest,enable={{is_default_branch}} - + type=ref + - name: Setup QEMU uses: docker/setup-qemu-action@v1 From a7f24d60c4756643f38ee02fa3981a6bca368b07 Mon Sep 17 00:00:00 2001 From: Steven Honson Date: Sat, 16 Nov 2024 00:01:52 +1100 Subject: [PATCH 2/2] Event types --- .github/workflows/container.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 40b3d92..b9c5684 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -24,8 +24,9 @@ jobs: images: ghcr.io/${{ github.repository }} tags: | type=raw,value=latest,enable={{is_default_branch}} - type=ref - + type=ref,event=branch + type=ref,event=tag + - name: Setup QEMU uses: docker/setup-qemu-action@v1