Skip to content

Commit 032e9e1

Browse files
committed
ci: disable pushing backend docker image
1 parent da7999b commit 032e9e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ jobs:
5555
driver: docker-container
5656
driver-opts: image=moby/buildkit:master,network=host
5757

58-
- name: Build and push Docker image
58+
- name: Build Docker image
5959
uses: docker/build-push-action@v4
6060
if: github.event.repository.fork == false && github.ref_name == 'main'
6161
with:
6262
context: .
6363
file: backend/backend.Containerfile
64-
push: true
64+
push: false
6565
cache-from: type=gha
6666
cache-to: type=gha,mode=max
6767
tags: |

0 commit comments

Comments
 (0)