Skip to content

Commit

Permalink
ci: removed attestation step
Browse files Browse the repository at this point in the history
  • Loading branch information
vondacho committed Jun 8, 2024
1 parent c0fffd9 commit 07af283
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 35 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci-booking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,3 @@ jobs:
${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }}:latest
${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }}:${{ steps.sanitized_tag.outputs.result }}
- name: Generate artifact attestation
if: startsWith(github.ref, 'refs/tags/v') && endsWith(github.ref, '${{ env.MODULE_NAME }}')
uses: actions/attest-build-provenance@v1
with:
subject-name: ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME}}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true
7 changes: 0 additions & 7 deletions .github/workflows/ci-customer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,3 @@ jobs:
${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }}:latest
${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }}:${{ steps.sanitized_tag.outputs.result }}
- name: Generate artifact attestation
if: startsWith(github.ref, 'refs/tags/v') && endsWith(github.ref, '${{ env.MODULE_NAME }}')
uses: actions/attest-build-provenance@v1
with:
subject-name: ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME}}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true
7 changes: 0 additions & 7 deletions .github/workflows/ci-designer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,3 @@ jobs:
${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }}:latest
${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }}:${{ steps.sanitized_tag.outputs.result }}
- name: Generate artifact attestation
if: startsWith(github.ref, 'refs/tags/v') && endsWith(github.ref, '${{ env.MODULE_NAME }}')
uses: actions/attest-build-provenance@v1
with:
subject-name: ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME}}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true
7 changes: 0 additions & 7 deletions .github/workflows/ci-invoicing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,3 @@ jobs:
${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }}:latest
${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }}:${{ steps.sanitized_tag.outputs.result }}
- name: Generate artifact attestation
if: startsWith(github.ref, 'refs/tags/v') && endsWith(github.ref, '${{ env.MODULE_NAME }}')
uses: actions/attest-build-provenance@v1
with:
subject-name: ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME}}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true
7 changes: 0 additions & 7 deletions .github/workflows/ci-shopping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,3 @@ jobs:
${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }}:latest
${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }}:${{ steps.sanitized_tag.outputs.result }}
- name: Generate artifact attestation
if: startsWith(github.ref, 'refs/tags/v') && endsWith(github.ref, '${{ env.MODULE_NAME }}')
uses: actions/attest-build-provenance@v1
with:
subject-name: ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME}}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true

0 comments on commit 07af283

Please sign in to comment.