.gitea/workflows/build.yml を更新
Some checks failed
Push to github container register / push-docker (push) Has been cancelled
Some checks failed
Push to github container register / push-docker (push) Has been cancelled
This commit is contained in:
@@ -20,12 +20,12 @@ jobs:
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.neody.ad.jp
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
username: tuna2134
|
||||
password: ${{ secrets.GIT_PASSWORD }}
|
||||
- name: Build and push image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: |
|
||||
git.neody.ad.jp/${{ github.repository }}
|
||||
git.neody.ad.jp/neodyland/tksm-ndy-mc-proj-web
|
||||
Reference in New Issue
Block a user