rename REGISTRY_TOKEN to CI_REGISTRY_TOKEN

This commit is contained in:
2026-03-15 22:00:49 -04:00
parent 7430b13384
commit 32d5f19225
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4
- name: Login to Gitea Registry
run: echo "${{ secrets.REGISTRY_TOKEN }}" | docker login git.timothykim.net -u ${{ gitea.actor }} --password-stdin
run: echo "${{ secrets.CI_REGISTRY_TOKEN }}" | docker login git.timothykim.net -u ${{ gitea.actor }} --password-stdin
- name: Build and Push
uses: docker/build-push-action@v5