From b607480d3512aae3ee43f1d71364dee655bc0a3c Mon Sep 17 00:00:00 2001 From: Guido Ceraso Date: Wed, 21 Feb 2024 22:43:23 +0100 Subject: [PATCH] chore: [skip ci] changes on pipeline --- .github/workflows/cicd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 592f19f..1d7fb16 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -34,6 +34,8 @@ jobs: uses: docker/metadata-action@v4 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} + tags: | + type=raw,value=${{ github.ref_name }} - name: Build and Push Main Image uses: docker/build-push-action@v4