Skip to content

Commit

Permalink
Update continuous-delivery.yaml
Browse files Browse the repository at this point in the history
test target to dev
  • Loading branch information
pbcccbeatboard-strato authored Aug 22, 2024
1 parent 68a8ff1 commit 2fbb17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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: ./
file: ./Dockerfile
target: prod
target: dev
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

0 comments on commit 2fbb17c

Please sign in to comment.