ukrainian-stt / .github /workflows /publish-docker.yml
Yurii Paniv
Remove model download from workflow file
ed21241
raw
history blame
No virus
547 Bytes
name: Publish Docker image
on:
workflow_dispatch
jobs:
push_to_registry:
name: Push Docker image to GitHub Packages
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Push to GitHub Packages
uses: docker/build-push-action@v1
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
repository: robinhad/voice-recognition-ua/voice-rec
tag_with_ref: true