Skip to content

Commit

Permalink
* fix wrong build path
Browse files Browse the repository at this point in the history
  • Loading branch information
HYLcool committed Nov 20, 2024
1 parent 66df808 commit f22abbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
id: build-and-push
uses: docker/build-push-action@v6
with:
context: .
context: dj-${{ github.run_id }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit f22abbc

Please sign in to comment.