We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28258a4 commit 9640739Copy full SHA for 9640739
.github/workflows/on-push.yml
@@ -146,7 +146,8 @@ jobs:
146
uses: docker/build-push-action@v6
147
with:
148
platforms: linux/amd64,linux/arm64
149
- context: ./umbrel-1.2.2/containers/app-auth/
+ context: ./umbrel-1.2.2/
150
+ file: ./containers/app-auth/Dockerfile
151
push: ${{ github.event_name != 'pull_request' }}
152
tags: ${{ steps.meta-app-auth.outputs.tags }}
153
labels: ${{ steps.meta-app-auth.outputs.labels }}
0 commit comments