Update .gitea/workflows/build.yml
Build and Push Docker Image / build (push) Successful in 1m18s

This commit is contained in:
2026-06-29 09:45:22 +00:00
parent f26f424603
commit 216ce913bf
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
with:
registry: git.cesium.pw
username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }}
password: ${{ secrets.TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5