Skip to content

Commit

Permalink
fix: set docker build target to build
Browse files Browse the repository at this point in the history
  • Loading branch information
kshychko committed Jul 13, 2024
1 parent 87dd326 commit 08eb776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
push: ${{ startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/next' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
target: release
target: build
build-args: |
- CONFIG_FILE=./app-config.json
Expand Down

0 comments on commit 08eb776

Please sign in to comment.