Skip to content

Commit 8caa882

Browse files
committed
Fixed quote error
1 parent 7c1d946 commit 8caa882

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
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: "👨‍🔬 Set docker tags: Non-Release "
7777
if: inputs.checkout-type == 'branch'
78-
run: echo "DOCKER_TAGS=${{ inputs.dockerhub-repository }}:${{ steps.branch-name.outputs.current_branch }}->> $GITHUB_ENV
78+
run: echo "DOCKER_TAGS=${{ inputs.dockerhub-repository }}:${{ steps.branch-name.outputs.current_branch }}" >> $GITHUB_ENV
7979

8080
- name: "🚀 Set docker tags: Release"
8181
if: inputs.checkout-type == 'latest-stable'

0 commit comments

Comments
 (0)