From fc47649fff82d51ce5ebf938397af1fcbfc33df9 Mon Sep 17 00:00:00 2001 From: Andreas Falk Date: Sun, 8 Oct 2023 22:48:08 +0200 Subject: [PATCH] Fix provenance task --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d5c8d9c..42e3181 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -40,5 +40,5 @@ jobs: with: image: "andifalk/supply-chain-security:${GITHUB_REF_NAME}" registry-username: ${{ secrets.DOCKERHUB_USER }} - secrets: - registry-password: ${{ secrets.DOCKERHUB_TOKEN }} \ No newline at end of file + secrets: + registry-password: ${{ secrets.DOCKERHUB_TOKEN }} \ No newline at end of file