File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7676 uses : docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
7777 with :
7878 context : .
79- file : ./Dockerfile.develop
79+ file : ./Dockerfile
8080 push : ${{ github.event_name != 'pull_request' }}
8181 tags : ${{ steps.meta.outputs.tags }}
8282 labels : ${{ steps.meta.outputs.labels }}
9595 COSIGN_EXPERIMENTAL : " true"
9696 # This step uses the identity token to provision an ephemeral certificate
9797 # against the sigstore community Fulcio instance.
98- run : echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign {}@${{ steps.build-and-push.outputs.digest }}
98+ run : echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign {}@${{ steps.build-and-push.outputs.digest }}
Original file line number Diff line number Diff line change 7676 uses : docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
7777 with :
7878 context : .
79- file : ./Dockerfile.production
79+ file : ./Dockerfile
8080 push : ${{ github.event_name != 'pull_request' }}
8181 tags : ${{ steps.meta.outputs.tags }}
8282 labels : ${{ steps.meta.outputs.labels }}
9595 COSIGN_EXPERIMENTAL : " true"
9696 # This step uses the identity token to provision an ephemeral certificate
9797 # against the sigstore community Fulcio instance.
98- run : echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign {}@${{ steps.build-and-push.outputs.digest }}
98+ run : echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign {}@${{ steps.build-and-push.outputs.digest }}
You can’t perform that action at this time.
0 commit comments