Update Docker workflow to use PACKAGE_TOKEN for authentication instead of token. This change enhances security by using a more specific token for package access.
Publish cloudflare-balancer Docker image / build-and-push (push) Failing after 16s
Publish cloudflare-balancer Docker image / build-and-push (push) Failing after 16s
This commit is contained in:
@@ -39,7 +39,7 @@ jobs:
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ gitea.token }}
|
||||
password: ${{ gitea.PACKAGE_TOKEN }}
|
||||
|
||||
- name: Prepare Docker tags
|
||||
id: prep
|
||||
|
||||
Reference in New Issue
Block a user