Skip to content

Commit

Permalink
Merge pull request #26 from MZC-CSC/develop
Browse files Browse the repository at this point in the history
update github actions deploy image target from prod to deploy
  • Loading branch information
MZC-CSC authored Oct 4, 2024
2 parents 32f0146 + 325420b commit e8a9fb8
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 e8a9fb8

Please sign in to comment.