Skip to content

Commit

Permalink
fix: docker build gha provenance to false
Browse files Browse the repository at this point in the history
  • Loading branch information
jsterner30 committed Apr 15, 2024
1 parent 5f606bb commit 2035a3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 32 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: log-analyzer/sorter-lambda
provenance: false
push: true
tags: ${{ env.ANALYZER_ECR_REGISTRY }}/${{ env.ANALYZER_ECR_REPO }}:${{ env.ANALYZER_IMAGE_TAG }}
cache-from: type=gha
Expand All @@ -141,6 +142,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: edge-lambdas/eager-redirect
provenance: false
push: true
tags: ${{ env.EAGER_REDIRECT_ECR_REGISTRY }}/${{ env.EAGER_REDIRECT_ECR_REPO }}:${{ env.EAGER_REDIRECT_IMAGE_TAG }}
cache-from: type=gha
Expand All @@ -154,6 +156,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: edge-lambdas/eager-redirect
provenance: false
push: true
tags: ${{ env.ENHANCED_HEADERS_ECR_REGISTRY }}/${{ env.ENHANCED_HEADERS_ECR_REPO }}:${{ env.ENHANCED_HEADERS_IMAGE_TAG }}
cache-from: type=gha
Expand All @@ -167,6 +170,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: webhooks
provenance: false
push: true
tags: ${{ env.WEBHOOKS_ECR_REGISTRY }}/${{ env.WEBHOOKS_ECR_REPO }}:${{ env.WEBHOOKS_IMAGE_TAG }}
cache-from: type=gha
Expand Down
32 changes: 0 additions & 32 deletions assembler/codebuild.sh

This file was deleted.

0 comments on commit 2035a3b

Please sign in to comment.