Skip to content

Commit

Permalink
update github actions deploy image target from prod to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
hippo-an committed Oct 4, 2024
1 parent 4f5e7d2 commit 325420b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
context: ./api
file: ./api/Dockerfile
target: prod
target: deploy
platforms: linux/amd64 # linux/arm/v7,linux/arm64,linux/386,linux/ppc64le,linux/s390x,linux/arm/v6
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
context: ./front
file: ./front/Dockerfile
target: prod
target: deploy
platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 325420b

Please sign in to comment.