mirror of
https://github.com/nadoo/glider.git
synced 2025-02-23 17:35:40 +08:00
docker: add token for ghcr
This commit is contained in:
parent
da1075116f
commit
8fbd69d4cc
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GHCR_TOKEN }}
|
||||||
|
|
||||||
- name: Build dev branch and push
|
- name: Build dev branch and push
|
||||||
if: github.ref == 'refs/heads/dev'
|
if: github.ref == 'refs/heads/dev'
|
||||||
|
Loading…
Reference in New Issue
Block a user