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

This commit is contained in:
Denozordec
2026-03-23 17:47:36 +07:00
parent a151c20049
commit de51d61de7
+1 -1
View File
@@ -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