.gitea/workflows/docker_build.yaml aktualisiert
Some checks failed
Build and push container image / build-and-push-image (push) Failing after 9m17s
Some checks failed
Build and push container image / build-and-push-image (push) Failing after 9m17s
This commit is contained in:
parent
73b9932f55
commit
0557279538
@ -28,6 +28,9 @@ jobs:
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
files: |
|
||||
/etc/docker/certs.d/harbor.lan/ca.crt=/etc/docker/certs.d/harbor.lan/ca.crt
|
||||
|
||||
- name: Build and push image
|
||||
uses: docker/build-push-action@v6
|
||||
|
||||
Loading…
Reference in New Issue
Block a user