From c1b53e4fdc26ae2bd49774f5c3cb3f812b4ad9e0 Mon Sep 17 00:00:00 2001 From: nataliagranato Date: Mon, 26 Aug 2024 16:34:03 -0300 Subject: [PATCH] chore: Update TAGS variable in chainguard workflow --- .github/workflows/chainguard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chainguard.yml b/.github/workflows/chainguard.yml index 5b9840e..1e25f58 100644 --- a/.github/workflows/chainguard.yml +++ b/.github/workflows/chainguard.yml @@ -137,7 +137,7 @@ jobs: cosign sign --yes --key env://COSIGN_PRIVATE_KEY $images env: - TAGS: ${{ steps.meta.outputs.tags }} + TAGS: ${{ steps.push-docker-image.outputs.tags }} COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }} COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }} DIGEST: ${{ steps.push-docker-image.outputs.digest }}