Skip to content

Commit

Permalink
Update on-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sahilph authored Oct 4, 2024
1 parent 28258a4 commit 9640739
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ jobs:
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
context: ./umbrel-1.2.2/containers/app-auth/
context: ./umbrel-1.2.2/
file: ./containers/app-auth/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta-app-auth.outputs.tags }}
labels: ${{ steps.meta-app-auth.outputs.labels }}
Expand Down

0 comments on commit 9640739

Please sign in to comment.