.gitea/workflows/build.yml を更新
Some checks failed
Push to github container register / push-docker (push) Failing after 9m46s

This commit is contained in:
2026-03-29 10:05:07 +00:00
parent 32e293d724
commit 64baa520a5

View File

@@ -21,7 +21,7 @@ jobs:
with:
registry: git.neody.ad.jp
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GITEA_TOKEN }}
- name: Build and push image
uses: docker/build-push-action@v6
with: