From 650d54aaf2b81649e05c9264d267cb9b83d39e6b Mon Sep 17 00:00:00 2001 From: Gianmarco Fraccaroli Date: Fri, 17 May 2024 16:02:54 +0200 Subject: [PATCH] wip --- .github/workflows/docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index b3dcf681b..fe404dcf5 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -52,7 +52,7 @@ jobs: id: meta uses: docker/metadata-action@v4 with: - images: ${{ secrets.REGISTRY_URL }}/${{ matrix.docker.image }} + images: ${{ env.REGISTRY_URL }}/${{ matrix.docker.image }} tags: | type=schedule type=ref,event=branch @@ -76,6 +76,6 @@ jobs: if: ${{ github.ref == 'refs/heads/main' }} uses: actions/attest-build-provenance@v1 with: - subject-name: ${{ secrets.REGISTRY_URL }}/${{ matrix.docker.image }} + subject-name: ${{ env.REGISTRY_URL }}/${{ matrix.docker.image }} subject-digest: ${{ steps.push.outputs.digest }} push-to-registry: true \ No newline at end of file