We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6117618 commit 5a11845Copy full SHA for 5a11845
.github/workflows/service_docker-build-and-publish.yml
@@ -89,7 +89,7 @@ jobs:
89
90
- name: "🚀 Set docker tags: Release"
91
if: inputs.checkout-type == 'latest-stable'
92
- run: echo "DOCKER_TAGS=serversideup/php:${{ inputs.tag-prefix}}${{ matrix.php-version }}-${{ inputs.php-variation }},serversideup/php:${{ inputs.tag-prefix}}${{ matrix.php-version }}-${{ inputs.php-variation }}-v${{ steps.latest-stable-version.outputs.LATEST_STABLE_VERSION }}" >> $GITHUB_ENV
+ run: echo "DOCKER_TAGS=serversideup/php:${{ inputs.tag-prefix}}${{ matrix.php-version }}-${{ inputs.php-variation }},serversideup/php:${{ inputs.tag-prefix}}${{ matrix.php-version }}-${{ inputs.php-variation }}-${{ steps.latest-stable-version.outputs.LATEST_STABLE_VERSION }}" >> $GITHUB_ENV
93
94
- name: Build and push
95
uses: docker/build-push-action@v3
0 commit comments