From 5b8136312713b0c33faddfda4027f13c548a860f Mon Sep 17 00:00:00 2001 From: simonmcnair <101189766+simonmcnair@users.noreply.github.com> Date: Mon, 10 Mar 2025 21:37:28 +0000 Subject: [PATCH] Update docker.yml --- .github/workflows/docker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 7315f94..665c9c0 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -62,8 +62,8 @@ jobs: file: ${{ matrix.dockerfile }} push: true #This is needed because it is called main instead of master to get the latest tag in docker - tags: | + # tags: | # set latest tag for default branch - type=raw,value=latest,enable={{is_default_branch}} - #tags: ${{ steps.meta.outputs.tags }} + # type=raw,value=latest,enable={{is_default_branch}} + tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}