Skip to content

Commit

Permalink
reverted uploading images to ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored May 16, 2024
1 parent d6f21d2 commit 572b89b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/_docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,9 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=min
- name: Attest
if: github.ref == 'refs/heads/main'
uses: actions/attest-build-provenance@v1
id: attest
with:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:main
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true
push-to-registry: false # idk what is happening here with invalid image names, needs debugging

0 comments on commit 572b89b

Please sign in to comment.