Skip to content

Commit

Permalink
multi line correction
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Feb 22, 2021
1 parent 6931da3 commit ef37d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-manual-triggered-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
docker build \
--tag ${{ github.repository }}:${{ github.event.inputs.tags }} \
--tag ghcr.io/${{ github.repository }}:${{ github.event.inputs.tags }}
--tag ghcr.io/${{ github.repository }}:${{ github.event.inputs.tags }} \
.
- name: Push Docker image to Docker Hub
run: |
Expand Down

0 comments on commit ef37d77

Please sign in to comment.