From 23aa025d973a8a4065902ba71b907142497b10b0 Mon Sep 17 00:00:00 2001 From: scrungus <33693738+scrungus@users.noreply.github.com> Date: Wed, 20 Sep 2023 15:34:32 +0100 Subject: [PATCH 1/2] Update build-and-push-images.yml --- .github/workflows/build-and-push-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push-images.yml b/.github/workflows/build-and-push-images.yml index cce1182..997724b 100644 --- a/.github/workflows/build-and-push-images.yml +++ b/.github/workflows/build-and-push-images.yml @@ -42,7 +42,7 @@ jobs: latest=false tags: | # minimal - type=pep440,pattern={{version}} + type=ref,event=tag # set latest tag for default branch type=raw,value=latest,enable={{is_default_branch}} From 3d0a0321eb25cb679e04e18a47cdb9ab27fcaebc Mon Sep 17 00:00:00 2001 From: scrungus <33693738+scrungus@users.noreply.github.com> Date: Wed, 20 Sep 2023 15:38:24 +0100 Subject: [PATCH 2/2] any tag type --- .github/workflows/build-and-push-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push-images.yml b/.github/workflows/build-and-push-images.yml index 997724b..0f4520c 100644 --- a/.github/workflows/build-and-push-images.yml +++ b/.github/workflows/build-and-push-images.yml @@ -5,7 +5,7 @@ on: branches: - 'master' tags: - - 'v*' + - '*' pull_request: branches: - 'master'