kopia lustrzana https://github.com/carlos-algms/composer-and-node-ci
Change the TAGS interpolation
rodzic
4dcb67b5f8
commit
0aa7cca69b
|
@ -30,7 +30,7 @@ jobs:
|
||||||
COMPOSER_VERSION=2.2.18
|
COMPOSER_VERSION=2.2.18
|
||||||
env:
|
env:
|
||||||
TAGGED_IMAGE: ${{ matrix.image }}:${{ matrix.tag }}
|
TAGGED_IMAGE: ${{ matrix.image }}:${{ matrix.tag }}
|
||||||
TAGS: ${{ matrix.tag == env.LATEST && format('{0}:latest,{1}', matrix.image, env.TAGGED_IMAGE) || env.TAGGED_IMAGE}}
|
TAGS: ${{ matrix.tag == env.LATEST && format('{0}:latest,{0}:{1}', matrix.image, matrix.tag) || format('{0}:{1}', matrix.image, matrix.tag) }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue