forgot i changed dockerfile path
This commit is contained in:
parent
255b273f65
commit
dc9dc182c9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
file: ./VRCAuthProxy/Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
tags: ghcr.io/pridevrcommunity/vrcauthproxy:latest
|
tags: ghcr.io/pridevrcommunity/vrcauthproxy:latest
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue