Skip to content

Commit

Permalink
Update ci-build.yaml
Browse files Browse the repository at this point in the history
Don't push docker images in ci-build.yaml workflow
  • Loading branch information
wojtekzyla committed Jul 4, 2023
1 parent 9ce9624 commit 2e57423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: frontend
push: true
push: false
platforms: linux/amd64,linux/arm64
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: backend
push: true
push: false
platforms: linux/amd64,linux/arm64
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}
Expand Down

0 comments on commit 2e57423

Please sign in to comment.