forgot i changed dockerfile path

This commit is contained in:
Lillith Fox 2025-01-10 13:52:27 -05:00
parent 255b273f65
commit dc9dc182c9

View file

@ -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