Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelfolaron authored Sep 1, 2021
1 parent ebee54d commit 1d5a095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
docker login -u ${{secrets.DOCKER_USER}} -p ${{secrets.DOCKER_PASSWORD}}
- name: Build image
run: docker build . --file Dockerfile -- tag leantime/leantime:latest
run: docker build . --file Dockerfile --tag leantime/leantime:latest

- name: Docker Push
run: docker push leantime/leantime

0 comments on commit 1d5a095

Please sign in to comment.