forked from SoDOff-Project/sodoff
Update .gitea/workflows/build-and-publish.yaml
All checks were successful
Build And Publish Container / build (push) Successful in 1m17s
All checks were successful
Build And Publish Container / build (push) Successful in 1m17s
This commit is contained in:
parent
601661308e
commit
a022d5ce24
@ -10,4 +10,11 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- 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
|
||||||
|
|
||||||
|
- name: Build Docker Container
|
||||||
|
uses: https://github.com/docker/build-push-action@v5
|
||||||
|
with:
|
||||||
|
context: .
|
||||||
|
file: ./src/Dockerfile
|
||||||
|
push: false
|
Loading…
x
Reference in New Issue
Block a user