From 5ce47ccdd8c8ecb17b945ed8dfb4db92eb173aa5 Mon Sep 17 00:00:00 2001 From: Joarley Santos Date: Fri, 17 Oct 2025 16:28:15 -0400 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 328167dc5..bbb6ff79e 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -46,7 +46,7 @@ jobs: context: . platforms: linux/amd64,linux/arm/v7,linux/arm64 push: ${{ github.event_name != 'pull_request' }} - tags: ${{ steps.meta.outputs.tags }} + tags: dev labels: ${{ steps.meta.output.labels }} cache-from: type=gha cache-to: type=gha,mode=max