Skip to content

Commit

Permalink
fix: fix broken workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
segadora committed Nov 1, 2024
1 parent e07d491 commit 182d7c9
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,9 @@ jobs:
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true

- name: Build and push
uses: docker/build-push-action@v6
id: push
with:
builder: ${{ steps.buildx.outputs.name }}
context: .
Expand Down

0 comments on commit 182d7c9

Please sign in to comment.