forked from SoDOff-Project/sodoff
Update .gitea/workflows/build-and-publish.yaml
Some checks failed
Build And Publish Container / build (push) Failing after 1m47s
Some checks failed
Build And Publish Container / build (push) Failing after 1m47s
This commit is contained in:
parent
a022d5ce24
commit
09bab7f70a
@ -11,10 +11,16 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup Docker Buildx
|
- name: Setup Docker Buildx
|
||||||
uses: https://github.com/docker/setup-buildx-action@v3
|
uses: https://github.com/docker/setup-buildx-action@v3
|
||||||
|
with:
|
||||||
|
config-inline: |
|
||||||
|
[registry."milenia.local.alanmoon.net:5000"]
|
||||||
|
http = true
|
||||||
|
insecure = true
|
||||||
|
|
||||||
- name: Build Docker Container
|
- name: Build And Push Docker Container
|
||||||
uses: https://github.com/docker/build-push-action@v5
|
uses: https://github.com/docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./src/Dockerfile
|
file: ./src/Dockerfile
|
||||||
push: false
|
push: true
|
||||||
|
tags: "milenia.local.alanmoon.net:5000/sodoff:${{gitea.sha}},milenia.local.alanmoon.net:5000/sodoff:latest"
|
Loading…
x
Reference in New Issue
Block a user