docker: add token for ghcr

This commit is contained in:
nadoo 2020-11-12 23:47:41 +08:00
parent da1075116f
commit 8fbd69d4cc

View File

@ -45,7 +45,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GHCR_TOKEN }}
- name: Build dev branch and push
if: github.ref == 'refs/heads/dev'