From 06545a4a8ea18a9bdf507c6499d94f1b337c3f2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Goinvic?= Date: Tue, 9 Jan 2024 09:49:09 +0100 Subject: [PATCH] run prettier on the file --- .github/workflows/dockerhub.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/dockerhub.yaml b/.github/workflows/dockerhub.yaml index c0a610ce69..87af8e3b75 100644 --- a/.github/workflows/dockerhub.yaml +++ b/.github/workflows/dockerhub.yaml @@ -9,7 +9,7 @@ on: concurrency: ${{ github.workflow }}-${{ github.ref_name }} permissions: - id-token: write # needed for signing the images with GitHub OIDC Token + id-token: write # needed for signing the images with GitHub OIDC Token jobs: buildx: name: Docker Buildx @@ -75,14 +75,14 @@ jobs: - name: Sign the images with GitHub OIDC Token env: - DIGEST: ${{ steps.build-and-push.outputs.digest }} - TAGS: ${{ steps.meta.outputs.tags }} + DIGEST: ${{ steps.build-and-push.outputs.digest }} + TAGS: ${{ steps.meta.outputs.tags }} run: | - images="" - for tag in ${TAGS}; do - images+="${tag}@${DIGEST} " - done - cosign sign --yes ${images} + images="" + for tag in ${TAGS}; do + images+="${tag}@${DIGEST} " + done + cosign sign --yes ${images} - name: Update repo description if: matrix.variant == 'vanilla'