Skip to content

Commit

Permalink
fix: docker build target and args
Browse files Browse the repository at this point in the history
  • Loading branch information
kshychko committed Jul 13, 2024
1 parent 269e504 commit 53d5806
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
push: ${{ startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/next' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
target: vckit-api
# build-args: |
target: mock-app
build-args: |
- CONFIG_FILE=./app-config.json

0 comments on commit 53d5806

Please sign in to comment.