Skip to content

Commit

Permalink
ci/docker: fix build path
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Jan 3, 2024
1 parent 7f6a294 commit 4965610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Build
run: |
docker build -t slmix
docker build -t slmix .
- name: Tag and Push image
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 4965610

Please sign in to comment.