Skip to content

Commit

Permalink
fix(deploy): fix release build target
Browse files Browse the repository at this point in the history
  • Loading branch information
dice4x4 committed Jun 22, 2022
1 parent 39cd692 commit 8d779af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
target: prod
push: true
tags: ${{ steps.meta.outputs.tags }}

Expand Down

0 comments on commit 8d779af

Please sign in to comment.