diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ee9d7c..f315ed0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,7 +41,7 @@ jobs: id: image-meta uses: docker/metadata-action@v4 with: - images: ghcr.io/stackhpc/io500-singularity + images: ghcr.io/${{ github.repository }} # Produce the branch name or tag and the SHA as tags tags: | type=ref,event=branch @@ -51,6 +51,7 @@ jobs: - name: Build and push image uses: docker/build-push-action@v4 with: + provenance: false context: ./images/ push: true tags: ${{ steps.image-meta.outputs.tags }} @@ -68,4 +69,4 @@ jobs: - name: Move cache run: | rm -rf /tmp/.buildx-cache - mv /tmp/.buildx-cache-new /tmp/.buildx-cache \ No newline at end of file + mv /tmp/.buildx-cache-new /tmp/.buildx-cache