Skip to content

Commit

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

0 comments on commit e0bcd74

Please sign in to comment.