Skip to content

Commit 0307c12

Browse files
Fix broken server build/push action (#66)
1 parent 85fd50c commit 0307c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: docker/build-push-action@v2
2828
with:
2929
context: .
30-
file: ./docker/server/Dockerfile
30+
file: ./docker/server-debian/Dockerfile
3131
pull: true
3232
push: true
3333
cache-from: type=registry,ref=camerondurham/runner-server:latest

0 commit comments

Comments
 (0)