Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
araczkowski authored Nov 6, 2023
1 parent fc749de commit f450d03
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,12 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: ⤵️ Download base image
run: docker pull "${{ steps.flags.outputs.from }}"
- name: ✅ Verify authenticity of base image
if: needs.information.outputs.base_image_signer != 'null'
uses: codenotary/cas-authenticate-docker-image-github-action@main
with:
asset: docker://${{ steps.flags.outputs.from }}
signerID: ${{ needs.information.outputs.base_image_signer }}
# - name: ✅ Verify authenticity of base image
# if: needs.information.outputs.base_image_signer != 'null'
# uses: codenotary/cas-authenticate-docker-image-github-action@main
# with:
# asset: docker://${{ steps.flags.outputs.from }}
# signerID: ${{ needs.information.outputs.base_image_signer }}
- name: 🚀 Build
uses: docker/[email protected]
with:
Expand Down

0 comments on commit f450d03

Please sign in to comment.