CI/CD: Configure GitHub Actions

This commit is contained in:
ngosang 2020-12-13 00:24:35 +01:00
parent ebfee2d48e
commit 8d02ad5bd5

View File

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