From 5d9fb3bc08347b94ac0660d0f381f07c1df1dab3 Mon Sep 17 00:00:00 2001 From: Dan <47875749+leethobbit@users.noreply.github.com> Date: Fri, 6 Dec 2024 15:02:55 -0500 Subject: [PATCH] Try manual tag --- .gitea/workflows/deploy-with-images.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy-with-images.yml b/.gitea/workflows/deploy-with-images.yml index 7324e7a..f4d1c26 100644 --- a/.gitea/workflows/deploy-with-images.yml +++ b/.gitea/workflows/deploy-with-images.yml @@ -47,8 +47,7 @@ jobs: context: . file: ${{ matrix.dockerfile }} push: true - tags: | - type=raw,value=latest,enable={{is_default_branch}} + tags: latest labels: ${{ steps.meta.outputs.labels }} # deploy-images: