Skip to content

Commit

Permalink
chore(testing): Mark Push as false
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-jain-10 committed Jul 29, 2024
1 parent f261d70 commit b4d0065
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-openmetadata-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
push: false
tags: ${{ steps.prepare.outputs.tags }}
file: ./docker/mysql/Dockerfile_mysql
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
push: false
tags: ${{ steps.prepare.outputs.tags }}
file: ./ingestion/operators/docker/Dockerfile
build-args: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-openmetadata-ingestion-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
push: false
tags: ${{ steps.prepare.outputs.tags }}
file: ./ingestion/operators/docker/Dockerfile
2 changes: 1 addition & 1 deletion .github/workflows/docker-openmetadata-ingestion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
push: false
tags: ${{ steps.prepare.outputs.tags }}
file: ./ingestion/Dockerfile
2 changes: 1 addition & 1 deletion .github/workflows/docker-openmetadata-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
push: false
tags: ${{ steps.prepare.outputs.tags }}
file: ./docker/postgresql/Dockerfile_postgres
2 changes: 1 addition & 1 deletion .github/workflows/docker-openmetadata-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
push: false
tags: ${{ steps.prepare.outputs.tags }}
file: ./docker/docker-compose-quickstart/Dockerfile
build-args: |
Expand Down

0 comments on commit b4d0065

Please sign in to comment.