Skip to content

Commit 80b2dcf

Browse files
authored
Fix context for app-auth
1 parent 9640739 commit 80b2dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
with:
148148
platforms: linux/amd64,linux/arm64
149149
context: ./umbrel-1.2.2/
150-
file: ./containers/app-auth/Dockerfile
150+
file: ./umbrel-1.2.2/containers/app-auth/Dockerfile
151151
push: ${{ github.event_name != 'pull_request' }}
152152
tags: ${{ steps.meta-app-auth.outputs.tags }}
153153
labels: ${{ steps.meta-app-auth.outputs.labels }}

0 commit comments

Comments
 (0)