更新 .gitea/workflows/build-docker.yml
Some checks failed
Some checks failed
This commit is contained in:
parent
e87d65da2e
commit
3ea050b93d
@ -6,8 +6,13 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 1
|
||||||
|
|
||||||
- name: Docker build push
|
- name: Docker build push
|
||||||
uses: ./.gitea/actions/action-docker-build-push
|
uses: seepine/action-docker-build-push@v1
|
||||||
|
with:
|
||||||
|
push: false
|
||||||
|
platforms: linux/amd64,linux/arm64
|
||||||
|
|
||||||
- run: echo The end
|
- run: echo The end
|
Loading…
x
Reference in New Issue
Block a user