Skip to content

Commit

Permalink
fix: subdir in publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Kühnlein committed Feb 1, 2024
1 parent df2992a commit 838b8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: .
context: "{{defaultContext}}:app"
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 838b8ae

Please sign in to comment.