Update .gitea/workflows/build.yml
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m7s

This commit is contained in:
2026-06-29 09:45:22 +00:00
parent f26f424603
commit 216ce913bf

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