Yurii Paniv commited on
Commit
ea0a199
1 Parent(s): 149bbea

Delete Docker publishing

Browse files
.github/workflows/publish-docker.yml DELETED
@@ -1,19 +0,0 @@
1
- name: Publish Docker image
2
- on:
3
- workflow_dispatch
4
- jobs:
5
- push_to_registry:
6
- name: Push Docker image to GitHub Packages
7
- runs-on: ubuntu-latest
8
- steps:
9
- - name: Check out the repo
10
- uses: actions/checkout@v2
11
- - name: Push to GitHub Packages
12
- uses: docker/build-push-action@v1
13
- with:
14
- username: ${{ github.actor }}
15
- password: ${{ secrets.GITHUB_TOKEN }}
16
- registry: docker.pkg.github.com
17
- repository: robinhad/voice-recognition-ua/voice-rec
18
- tag_with_ref: true
19
-