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 7c1d946 commit 8caa882Copy full SHA for 8caa882
.github/workflows/service_docker-build-and-publish.yml
@@ -75,7 +75,7 @@ jobs:
75
76
- name: "👨🔬 Set docker tags: Non-Release "
77
if: inputs.checkout-type == 'branch'
78
- run: echo "DOCKER_TAGS=${{ inputs.dockerhub-repository }}:${{ steps.branch-name.outputs.current_branch }}->> $GITHUB_ENV
+ run: echo "DOCKER_TAGS=${{ inputs.dockerhub-repository }}:${{ steps.branch-name.outputs.current_branch }}" >> $GITHUB_ENV
79
80
- name: "🚀 Set docker tags: Release"
81
if: inputs.checkout-type == 'latest-stable'
0 commit comments