Skip to content

Commit d17b9f4

Browse files
authored
Fixed github pulish action to point to the correct docker hub repo
1 parent 7e5a0f7 commit d17b9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
with:
3636
context: .
3737
push: true
38-
tags: ${{ github.repository_owner }}/${{ github.event.repository.name }}:latest
38+
tags: nimfer/auto-round:latest
3939
# Example tag: your-github-username/your-repo-name:latest

0 commit comments

Comments
 (0)