Skip to content

Commit 9640739

Browse files
authored
Update on-push.yml
1 parent 28258a4 commit 9640739

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/on-push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ jobs:
146146
uses: docker/build-push-action@v6
147147
with:
148148
platforms: linux/amd64,linux/arm64
149-
context: ./umbrel-1.2.2/containers/app-auth/
149+
context: ./umbrel-1.2.2/
150+
file: ./containers/app-auth/Dockerfile
150151
push: ${{ github.event_name != 'pull_request' }}
151152
tags: ${{ steps.meta-app-auth.outputs.tags }}
152153
labels: ${{ steps.meta-app-auth.outputs.labels }}

0 commit comments

Comments
 (0)