Skip to content

Commit

Permalink
chore: Add env DOCKER_BUILD_NO_SUMMARY: true
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-jain-10 committed Jun 27, 2024
1 parent 02bf23e commit ab67378
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-openmetadata-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:

- name: Build and push if event is workflow_dispatch and input is checked
uses: docker/build-push-action@v6
env:
DOCKER_BUILD_NO_SUMMARY: true
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docker-openmetadata-ingestion-base-slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:

- name: Build and push if event is workflow_dispatch and input is checked
uses: docker/build-push-action@v6
env:
DOCKER_BUILD_NO_SUMMARY: true
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docker-openmetadata-ingestion-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:

- name: Build and push if event is workflow_dispatch and input is checked
uses: docker/build-push-action@v6
env:
DOCKER_BUILD_NO_SUMMARY: true
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docker-openmetadata-ingestion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
dockerhub_token: ${{ secrets.DOCKERHUB_OPENMETADATA_TOKEN }}

- name: Build and push if event is workflow_dispatch and input is checked
env:
DOCKER_BUILD_NO_SUMMARY: true
uses: docker/build-push-action@v6
with:
context: .
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docker-openmetadata-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:

- name: Build and push if event is workflow_dispatch and input is checked
uses: docker/build-push-action@v6
env:
DOCKER_BUILD_NO_SUMMARY: true
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docker-openmetadata-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ jobs:

- name: Build and push if event is workflow_dispatch and input is checked
uses: docker/build-push-action@v6
env:
DOCKER_BUILD_NO_SUMMARY: true
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit ab67378

Please sign in to comment.