rename REGISTRY_TOKEN to CI_REGISTRY_TOKEN
Build and Push Docker Image / build (push) Has been cancelled

This commit is contained in:
2026-03-15 22:00:44 -04:00
parent 2e87b0ab70
commit ff8e1043f7
+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