.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 12:12:13 +00:00
parent 64baa520a5
commit 02a7c28b3f

View File

@@ -20,12 +20,12 @@ jobs:
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: git.neody.ad.jp registry: git.neody.ad.jp
username: ${{ github.actor }} username: tuna2134
password: ${{ secrets.GITEA_TOKEN }} password: ${{ secrets.GIT_PASSWORD }}
- name: Build and push image - name: Build and push image
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
context: . context: .
push: true push: true
tags: | tags: |
git.neody.ad.jp/${{ github.repository }} git.neody.ad.jp/neodyland/tksm-ndy-mc-proj-web