We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb111be + 881ecd1 commit 86d628cCopy full SHA for 86d628c
.github/workflows/build-from-test.yml
@@ -192,7 +192,6 @@ jobs:
192
docker load -i '/tmp/image-${{ matrix.name }}-${{ env.ENVIRONMENT }}.tar'
193
rm -rf '/tmp/image-${{ matrix.name }}-${{ env.ENVIRONMENT }}.tar'
194
docker push ${{ steps.image_lowercase.outputs.lowercase }}-${{ env.CLEAN_NETWORK}}:${{ env.COMMIT_TAG }}
195
- docker push ${{ steps.image_lowercase.outputs.lowercase }}-${{ env.CLEAN_NETWORK}}:${{ env.STATIC_TAG }}
196
197
- name: Notify Qovery of new image tag
198
run: |
@@ -202,7 +201,7 @@ jobs:
202
201
-d '{
203
"image_name": "${{ steps.image_lowercase.outputs.lowercase }}-${{ env.CLEAN_NETWORK }}",
204
"tag": "${{ env.COMMIT_TAG }}"
205
- }'
+ }'
206
207
- name: Add tag as a PR comment
208
uses: ubie-oss/[email protected]
0 commit comments