File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,13 +55,13 @@ jobs:
55
55
driver : docker-container
56
56
driver-opts : image=moby/buildkit:master,network=host
57
57
58
- - name : Build and push Docker image
58
+ - name : Build Docker image
59
59
uses : docker/build-push-action@v4
60
60
if : github.event.repository.fork == false && github.ref_name == 'main'
61
61
with :
62
62
context : .
63
63
file : backend/backend.Containerfile
64
- push : true
64
+ push : false
65
65
cache-from : type=gha
66
66
cache-to : type=gha,mode=max
67
67
tags : |
Original file line number Diff line number Diff line change 2
2
services :
3
3
app :
4
4
container_name : modpackresolver-backend
5
- image : ghcr.io/itrooz /modpackresolver/backend:latest
5
+ image : none.local /modpackresolver/backend:latest
6
6
build :
7
7
context : ..
8
8
dockerfile : backend/backend.Containerfile
You can’t perform that action at this time.
0 commit comments