Skip to content

Commit

Permalink
Update package.yml
Browse files Browse the repository at this point in the history
changed build target from `run` to `production`
  • Loading branch information
a1cd authored Jan 12, 2024
1 parent cd74482 commit 0af80f9
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 @@ -47,7 +47,7 @@ jobs:
uses: docker/[email protected]
with:
context: .
target: run
target: production
push: true
platforms: linux/arm64,linux/amd64
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 0af80f9

Please sign in to comment.