fix(ci): use universal REGISTRY_PAT secret for Forgejo registry auth
Build (prod) / Build and push image (push) Successful in 34s
Build (prod) / Build and push image (push) Successful in 34s
This commit is contained in:
@@ -67,10 +67,10 @@ jobs:
|
||||
|
||||
- name: Registry login
|
||||
run: |
|
||||
echo "${GITHUB_TOKEN}" | docker login "${REGISTRY}" \
|
||||
echo "${REGISTRY_PAT}" | docker login "${REGISTRY}" \
|
||||
--username rock --password-stdin
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
REGISTRY_PAT: ${{ secrets.REGISTRY_PAT }}
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user