workflows to create docker container

This commit is contained in:
aluvare
2021-12-02 17:24:29 +01:00
parent f7cb93cf90
commit 9a1ec51ddb

View File

@@ -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