|
@@ -142,11 +142,12 @@ jobs:
|
|
|
docker_password=${{ secrets.DOCKERHUB_PASSWORD }} \
|
|
|
tag_name=${{ steps.compute_shasum.outputs.shasum }}-${{ matrix.platform_tag }} \
|
|
|
repository=${{ env.REPOSITORY }} dockerfile=${{ matrix.file }} \
|
|
|
- stack_name=${{ env.STACK_NAME }} platform=${{ matrix.platform }}"
|
|
|
+ platform=${{ matrix.platform }}"
|
|
|
if: ${{ steps.compute_image_exists.outputs.image_exists == 1 }}
|
|
|
|
|
|
- name: Delete CloudFormation Stack
|
|
|
if: always()
|
|
|
+ continue-on-error: true
|
|
|
run: |
|
|
|
echo "Deleting ${{ env.STACK_NAME }} stack"
|
|
|
aws cloudformation delete-stack --stack-name ${{ env.STACK_NAME }}
|