We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c5e7a commit 0deb532Copy full SHA for 0deb532
.github/workflows/service_docker-build-and-publish.yml
@@ -79,7 +79,7 @@ jobs:
79
80
- name: "🚀 Set docker tags: Release"
81
if: inputs.checkout-type == 'latest-stable'
82
- run: echo "DOCKER_TAGS=${{ inputs.dockerhub-repository }}:latest, ${{ inputs.dockerhub-repository }}:{{ steps.latest-stable-version.outputs.LATEST_STABLE_VERSION }}" >> $GITHUB_ENV
+ run: echo "DOCKER_TAGS=${{ inputs.dockerhub-repository }}:latest, ${{ inputs.dockerhub-repository }}:${{ steps.latest-stable-version.outputs.LATEST_STABLE_VERSION }}" >> $GITHUB_ENV
83
84
- name: Build and push
85
uses: docker/build-push-action@v3
0 commit comments