From c8decb925ca8f12f1bbc9052e4c6c8398fb0f72d Mon Sep 17 00:00:00 2001 From: muchasxmaracas <99442216+muchasxmaracas@users.noreply.github.com> Date: Wed, 31 Jan 2024 17:53:59 +0100 Subject: [PATCH] try weird latest tag quirk --- .github/workflows/github-actions.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 2f30de3..dda4435 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -39,6 +39,5 @@ jobs: with: context: . push: true - #tags: ${{ steps.meta.outputs.tags }} - tags: test + tags: type=raw,value=latest,enable={{is_default_branch}} labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file