mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-08 17:04:31 +01: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" \
|
||||
--output "type=image,push=false" \
|
||||
$BUILDX_ARGS
|
||||
${BUILDX_ARGS}
|
||||
|
||||
- name: Docker Hub login
|
||||
if: success()
|
||||
@ -193,7 +193,7 @@ jobs:
|
||||
|
||||
docker buildx build --cache-from "type=local,src=/tmp/.buildx-cache" \
|
||||
--output "type=image,push=false" \
|
||||
$BUILDX_ARGS
|
||||
${BUILDX_ARGS}
|
||||
|
||||
- name: Inspect images
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user