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

This commit is contained in:
Denozordec
2026-03-23 17:48:58 +07:00
parent de51d61de7
commit fecdb6bccd
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ gitea.actor }}
password: ${{ gitea.PACKAGE_TOKEN }}
password: ${{ secrets.PACKAGE_TOKEN }}
- name: Prepare Docker tags
id: prep