Skip to content

Commit

Permalink
Update build-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
allgood authored May 14, 2024
1 parent 6e922f8 commit b6237fc
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,3 @@ jobs:
${{ env.REGISTRY }}/${{ env.IMAGE_FRONTEND }}:latest
${{ env.REGISTRY }}/${{ env.IMAGE_FRONTEND }}:${{ github.sha }}
- name: Generate backend artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_BACKEND }}
subject-digest: ${{ steps.backend.outputs.digest }}
push-to-registry: true

- name: Generate frontend artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_FRONTEND }}
subject-digest: ${{ steps.frontend.outputs.digest }}
push-to-registry: true

0 comments on commit b6237fc

Please sign in to comment.