We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da7999b commit 97b645dCopy full SHA for 97b645d
2 files changed
.github/workflows/ci.yml
@@ -55,13 +55,13 @@ jobs:
55
driver: docker-container
56
driver-opts: image=moby/buildkit:master,network=host
57
58
- - name: Build and push Docker image
+ - name: Build Docker image
59
uses: docker/build-push-action@v4
60
if: github.event.repository.fork == false && github.ref_name == 'main'
61
with:
62
context: .
63
file: backend/backend.Containerfile
64
- push: true
+ push: false
65
cache-from: type=gha
66
cache-to: type=gha,mode=max
67
tags: |
backend/compose.yaml
@@ -2,7 +2,7 @@
2
services:
3
app:
4
container_name: modpackresolver-backend
5
- image: ghcr.io/itrooz/modpackresolver/backend:latest
+ image: none.local/modpackresolver/backend:latest
6
build:
7
context: ..
8
dockerfile: backend/backend.Containerfile
0 commit comments