Refactor Docker workflow to utilize secrets for PACKAGE_TOKEN, improving security in authentication process.
Publish cloudflare-balancer Docker image / build-and-push (push) Successful in 37s
Publish cloudflare-balancer Docker image / build-and-push (push) Successful in 37s
This commit is contained in:
@@ -39,7 +39,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry: ${{ env.REGISTRY }}
|
registry: ${{ env.REGISTRY }}
|
||||||
username: ${{ gitea.actor }}
|
username: ${{ gitea.actor }}
|
||||||
password: ${{ gitea.PACKAGE_TOKEN }}
|
password: ${{ secrets.PACKAGE_TOKEN }}
|
||||||
|
|
||||||
- name: Prepare Docker tags
|
- name: Prepare Docker tags
|
||||||
id: prep
|
id: prep
|
||||||
|
|||||||
Reference in New Issue
Block a user