Yurii Paniv commited on
Commit
f7c8bb8
1 Parent(s): 560c3d6

FIx Docker path

Browse files
.github/workflows/publish-docker.yml CHANGED
@@ -21,6 +21,6 @@ jobs:
21
  username: ${{ github.actor }}
22
  password: ${{ secrets.GITHUB_TOKEN }}
23
  registry: docker.pkg.github.com
24
- repository: robinhad/voice-rec
25
  tag_with_ref: true
26
 
 
21
  username: ${{ github.actor }}
22
  password: ${{ secrets.GITHUB_TOKEN }}
23
  registry: docker.pkg.github.com
24
+ repository: robinhad/voice-recognition-ua/voice-rec
25
  tag_with_ref: true
26