We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89cf927 + 3163b52 commit ee079f1Copy full SHA for ee079f1
2 files changed
.github/workflows/container_app_pr.yml
@@ -69,7 +69,7 @@ jobs:
69
-Dapp.image.tag=${{ env.IMAGE_TAG }}
70
-Ddocker.registry=ghcr.io -Ddocker.platforms=${{ env.PLATFORMS }}
71
72
- - uses: marocchino/sticky-pull-request-comment@v2
+ - uses: marocchino/sticky-pull-request-comment@v3
73
with:
74
header: registry-push
75
hide_and_recreate: true
.github/workflows/container_app_push.yml
@@ -141,7 +141,7 @@ jobs:
141
${{ env.REGISTRY }} -Ddocker.platforms=${{ env.PLATFORMS }}
142
-P ct deploy
143
144
145
if: ${{ github.event_name == 'pull_request' }}
146
147
0 commit comments