.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
|
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
|
||||||
Reference in New Issue
Block a user