mirror of
https://github.com/saily/vnc-recorder.git
synced 2025-09-18 16:08:43 +00:00
workflows to create docker container
This commit is contained in:
2
.github/workflows/build_deploy.yml
vendored
2
.github/workflows/build_deploy.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
- name: Push to GitHub Packages
|
||||
uses: docker/build-push-action@v1
|
||||
with:
|
||||
path: ./build
|
||||
path: .
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
registry: ghcr.io
|
||||
|
Reference in New Issue
Block a user