Skip to content

Commit

Permalink
Update continuous-delivery.yaml
Browse files Browse the repository at this point in the history
testcicd workflow
  • Loading branch information
pbcccbeatboard-strato authored Aug 13, 2024
1 parent 4bd1368 commit b85fa30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ jobs:
target: prod
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 }}
#tags: ${{ steps.meta.outputs.tags }}
tags: tempcicd
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache

Expand Down

0 comments on commit b85fa30

Please sign in to comment.