.gitea/workflows/build.yml を更新
Some checks failed
Push to github container register / push-docker (push) Has been cancelled

This commit is contained in:
2026-03-29 09:59:00 +00:00
parent 8d5c426a2d
commit 32e293d724

View File

@@ -19,7 +19,7 @@ jobs:
- name: Login to GitHub Container Registry - name: Login to GitHub Container Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: ghcr.io registry: git.neody.ad.jp
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push image - name: Build and push image