Skip to content

Commit

Permalink
Wrap a long line
Browse files Browse the repository at this point in the history
  • Loading branch information
abitmore authored Oct 31, 2022
1 parent 3f8293c commit 45e0874
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,6 @@ jobs:
with:
context: .
push: true
tags: [ ${{ secrets.DOCKERHUB_REPO_PATH }}:${{ env.DOCKER_PUSH_TAG }}, ${{ secrets.DOCKERHUB_REPO_PATH }}:${{ env.DOCKER_PUSH_TAG_SHORT }} ]
tags: |
[ ${{ secrets.DOCKERHUB_REPO_PATH }}:${{ env.DOCKER_PUSH_TAG }},
${{ secrets.DOCKERHUB_REPO_PATH }}:${{ env.DOCKER_PUSH_TAG_SHORT }} ]

0 comments on commit 45e0874

Please sign in to comment.