mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-20 18:07:46 +02:00
Update CI.yml
This commit is contained in:
parent
2fabe6078d
commit
5ebca7a176
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
@ -171,7 +171,7 @@ jobs:
|
|||||||
|
|
||||||
docker buildx build --cache-to "type=local,dest=/tmp/.buildx-cache" \
|
docker buildx build --cache-to "type=local,dest=/tmp/.buildx-cache" \
|
||||||
--output "type=image,push=false" \
|
--output "type=image,push=false" \
|
||||||
$BUILDX_ARGS
|
${BUILDX_ARGS}
|
||||||
|
|
||||||
- name: Docker Hub login
|
- name: Docker Hub login
|
||||||
if: success()
|
if: success()
|
||||||
@ -193,7 +193,7 @@ jobs:
|
|||||||
|
|
||||||
docker buildx build --cache-from "type=local,src=/tmp/.buildx-cache" \
|
docker buildx build --cache-from "type=local,src=/tmp/.buildx-cache" \
|
||||||
--output "type=image,push=false" \
|
--output "type=image,push=false" \
|
||||||
$BUILDX_ARGS
|
${BUILDX_ARGS}
|
||||||
|
|
||||||
- name: Inspect images
|
- name: Inspect images
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user