Skip to content

Commit 97b645d

Browse files
committed
ci: disable pushing backend docker image
1 parent da7999b commit 97b645d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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: |

backend/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
services:
33
app:
44
container_name: modpackresolver-backend
5-
image: ghcr.io/itrooz/modpackresolver/backend:latest
5+
image: none.local/modpackresolver/backend:latest
66
build:
77
context: ..
88
dockerfile: backend/backend.Containerfile

0 commit comments

Comments
 (0)