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