Update CI.yml

This commit is contained in:
Alexey Pustovalov 2020-09-07 22:37:18 +03:00 committed by GitHub
parent 2fabe6078d
commit 5ebca7a176
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: |