Skip to content

Commit

Permalink
fix cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
tier940 committed Sep 16, 2023
1 parent ec246f5 commit 26bbbf0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
uses: docker/build-push-action@v5
env:
DOCKER_CONTENT_TRUST: 1
BUILDKIT_MULTI_PLATFORM: 1
with:
platforms: linux/amd64,linux/arm64
context: ./proxy/squid
push: true
provenance: false
Expand All @@ -48,7 +50,9 @@ jobs:
uses: docker/build-push-action@v5
env:
DOCKER_CONTENT_TRUST: 1
BUILDKIT_MULTI_PLATFORM: 1
with:
platforms: linux/amd64,linux/arm64
context: ./web/airflow
push: true
provenance: false
Expand All @@ -59,7 +63,9 @@ jobs:
uses: docker/build-push-action@v5
env:
DOCKER_CONTENT_TRUST: 1
BUILDKIT_MULTI_PLATFORM: 1
with:
platforms: linux/amd64,linux/arm64
context: ./web/litespeed
push: true
provenance: false
Expand All @@ -70,7 +76,9 @@ jobs:
uses: docker/build-push-action@v5
env:
DOCKER_CONTENT_TRUST: 1
BUILDKIT_MULTI_PLATFORM: 1
with:
platforms: linux/amd64,linux/arm64
context: ./terraform/aws
push: true
provenance: false
Expand All @@ -81,7 +89,9 @@ jobs:
uses: docker/build-push-action@v5
env:
DOCKER_CONTENT_TRUST: 1
BUILDKIT_MULTI_PLATFORM: 1
with:
platforms: linux/amd64,linux/arm64
context: ./terraform/gcp
push: true
provenance: false
Expand Down

0 comments on commit 26bbbf0

Please sign in to comment.