mirror of
https://github.com/b4tman/docker-squid.git
synced 2024-11-01 02:16:52 +00:00
github actions: cache mode=max
This commit is contained in:
parent
0fd6d1f258
commit
2f0d4d2f76
8
.github/workflows/dockerimage.yml
vendored
8
.github/workflows/dockerimage.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
|||||||
push: false
|
push: false
|
||||||
tags: b4tman/squid
|
tags: b4tman/squid
|
||||||
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
|
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
|
||||||
outputs: type=image,name=b4tman/squid,push=false
|
outputs: type=image,name=b4tman/squid,push=false
|
||||||
|
|
||||||
# Temp fix
|
# Temp fix
|
||||||
@ -71,7 +71,7 @@ jobs:
|
|||||||
file: ssl-bump/Dockerfile
|
file: ssl-bump/Dockerfile
|
||||||
tags: b4tman/squid:ssl-bump
|
tags: b4tman/squid:ssl-bump
|
||||||
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
|
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
|
||||||
|
|
||||||
# Temp fix
|
# Temp fix
|
||||||
# https://github.com/docker/build-push-action/issues/252
|
# https://github.com/docker/build-push-action/issues/252
|
||||||
@ -166,7 +166,7 @@ jobs:
|
|||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
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
|
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
|
||||||
|
|
||||||
# Temp fix
|
# Temp fix
|
||||||
# https://github.com/docker/build-push-action/issues/252
|
# https://github.com/docker/build-push-action/issues/252
|
||||||
@ -206,7 +206,7 @@ jobs:
|
|||||||
tags: ${{ steps.meta_ssl_bump_ghcr.outputs.tags }}
|
tags: ${{ steps.meta_ssl_bump_ghcr.outputs.tags }}
|
||||||
labels: ${{ steps.meta_ssl_bump_ghcr.outputs.labels }}
|
labels: ${{ steps.meta_ssl_bump_ghcr.outputs.labels }}
|
||||||
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
|
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
|
||||||
|
|
||||||
# Temp fix
|
# Temp fix
|
||||||
# https://github.com/docker/build-push-action/issues/252
|
# https://github.com/docker/build-push-action/issues/252
|
||||||
|
Loading…
Reference in New Issue
Block a user