From befc9fe9f0da11fd344610634ce833f455d00e51 Mon Sep 17 00:00:00 2001 From: Simao Mata Date: Tue, 22 Oct 2024 17:36:21 +0100 Subject: [PATCH] fix ci tags --- .github/workflows/ci-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-image.yaml b/.github/workflows/ci-image.yaml index 8ae3fa6..b1bba84 100644 --- a/.github/workflows/ci-image.yaml +++ b/.github/workflows/ci-image.yaml @@ -42,4 +42,4 @@ jobs: context: . file: Dockerfile-ci push: true - tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest + tags: ${{ steps.meta.outputs.labels }}