From c6d25fda84b0383d8dcc0ca10fe5f347d3e71d14 Mon Sep 17 00:00:00 2001 From: Robin Ferch Date: Tue, 30 Jan 2024 20:08:45 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb38c5e..771cfc5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: - name: Sign the images with GitHub OIDC Token env: DIGEST: ${{ steps.build-and-push.outputs.digest }} - TAGS: ${{ steps.docker_meta.outputs.tags }} + TAGS: ${{ steps.meta.outputs.tags }} run: | images="" for tag in ${TAGS}; do