We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85fd50c commit 0307c12Copy full SHA for 0307c12
.github/workflows/docker-push.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: docker/build-push-action@v2
28
with:
29
context: .
30
- file: ./docker/server/Dockerfile
+ file: ./docker/server-debian/Dockerfile
31
pull: true
32
push: true
33
cache-from: type=registry,ref=camerondurham/runner-server:latest
0 commit comments