Skip to content

Commit

Permalink
ci(): error in docker command syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jossef authored Mar 16, 2021
1 parent 9a50bdf commit f4707a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}

- name: Build the Docker image
run: docker build . --file Dockerfile --tag dustico/dusti-lock:${{ steps.semantic_release_info.outputs.git_tag }}
run: docker build -t dustico/dusti-lock:${{ steps.semantic_release_info.outputs.git_tag }} .

- name: Tag version
run: |
Expand Down

0 comments on commit f4707a6

Please sign in to comment.