Skip to content

Commit

Permalink
Fix tag concatination
Browse files Browse the repository at this point in the history
  • Loading branch information
ljones140 committed Oct 4, 2024
1 parent 47ac1f5 commit 00641a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app-build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
if: ${{ inputs.docker-hub-username != '' }}
id: add-dockerhub
run: |
echo "DOCKER_IMAGE_TAGS=${{ env.DOCKER_TAGS }},${{ inputs.docker-hub-username }}/${{ env.IMAGE_NAME }}" >> $GITHUB_ENV
echo "DOCKER_IMAGE_TAGS=${{ env.DOCKER_IMAGE_TAGS }},${{ inputs.docker-hub-username }}/${{ env.IMAGE_NAME }}" >> $GITHUB_ENV
build-docker-image:
Expand Down

0 comments on commit 00641a4

Please sign in to comment.