use REGISTRY_PASSWORD secret for container registry auth
All checks were successful
Docker - build image / 🏗️ Docker builder (latest from master) 🏗️ (push) Successful in 45s
All checks were successful
Docker - build image / 🏗️ Docker builder (latest from master) 🏗️ (push) Successful in 45s
Built-in gitea.token lacks package scope. Use a Personal Access Token stored as repository secret instead. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry: git.cynarski.pl
|
registry: git.cynarski.pl
|
||||||
username: ${{ gitea.actor }}
|
username: ${{ gitea.actor }}
|
||||||
password: ${{ gitea.token }}
|
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
- name: "[code] repository checkout"
|
- name: "[code] repository checkout"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: "[ledo] Image build"
|
- name: "[ledo] Image build"
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry: git.cynarski.pl
|
registry: git.cynarski.pl
|
||||||
username: ${{ gitea.actor }}
|
username: ${{ gitea.actor }}
|
||||||
password: ${{ gitea.token }}
|
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
- name: "[code] repository checkout"
|
- name: "[code] repository checkout"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: "[ledo] Image build"
|
- name: "[ledo] Image build"
|
||||||
|
|||||||
Reference in New Issue
Block a user