CI/CD: Configure Build GitHub Action

This commit is contained in:
ngosang 2020-12-13 00:01:40 +01:00
parent f10093c927
commit 7787873c36

View File

@ -40,7 +40,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GH_PAT }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v2