[CI][Docker] Merge Docker image tagging jobs (#5730)

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

View File

@ -43,8 +43,6 @@ jobs:
--tag rector/rector:$VERSION-php${{ matrix.php-version }} \
--build-arg PHP_VERSION=${{ matrix.php-version }} .
- name: Extra tagging images
run: |
# For master build create php version tag etc: rector/rector:php8.0
[ "$VERSION" == "latest" ] && docker tag rector/rector:$VERSION-php${{ matrix.php-version }} rector/rector:php${{ matrix.php-version }}