1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2024-11-22 03:06:53 +00:00

build test image with output type=docker

This commit is contained in:
Dmitry Belyaev 2023-03-01 16:12:06 +03:00
parent 00f78a3728
commit e4ff285091
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3

View File

@ -50,10 +50,10 @@ jobs:
with: with:
context: . context: .
push: false push: false
load: true # automatically load the single-platform build result to docker images
tags: ${{ env.TEST_TAG }} tags: ${{ env.TEST_TAG }}
cache-from: type=local,src=/tmp/.buildx-cache cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
outputs: type=image,name=${{ env.TEST_TAG }},push=false
# Temp fix # Temp fix
# https://github.com/docker/build-push-action/issues/252 # https://github.com/docker/build-push-action/issues/252