Allow failure of pushing additional tags (#5729)

This commit is contained in:
Jan Mikeš 2021-03-02 15:06:13 +01:00 committed by GitHub
parent 85298cfff7
commit 00833e1ca1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ jobs:
# For php 8.0 create ref tag etc: rector/rector:0.9.31
[ "${{ matrix.php-version }}" == "8.0" ] && docker tag rector/rector:$VERSION-php${{ matrix.php-version }} rector/rector:$VERSION
docker push rector/rector -a
docker push rector/rector -a || true
- name: Build Rector "secured"
if: matrix.php-version == '8.0'