mirror of
https://github.com/rectorphp/rector.git
synced 2025-03-14 12:29:43 +01:00
[CI][Docker] Merge Docker image tagging jobs (#5730)
This commit is contained in:
parent
00833e1ca1
commit
f7b65a09b2
2
.github/workflows/publish_docker_images.yaml
vendored
2
.github/workflows/publish_docker_images.yaml
vendored
@ -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 }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user