Skip to content

Commit 0deb532

Browse files
committed
Added proper escaping
1 parent 80c5e7a commit 0deb532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/service_docker-build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979

8080
- name: "🚀 Set docker tags: Release"
8181
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
82+
run: echo "DOCKER_TAGS=${{ inputs.dockerhub-repository }}:latest, ${{ inputs.dockerhub-repository }}:${{ steps.latest-stable-version.outputs.LATEST_STABLE_VERSION }}" >> $GITHUB_ENV
8383

8484
- name: Build and push
8585
uses: docker/build-push-action@v3

0 commit comments

Comments
 (0)