1
0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2024-09-19 02:12:18 +02:00

ci: enable gha caching on docker/build-push-action

This commit is contained in:
Nicolas Duchon 2023-05-15 22:23:58 +02:00
parent db55ddcab4
commit e2997d9fb9
No known key found for this signature in database
GPG Key ID: EA3151C66A4D79E7

View File

@ -92,6 +92,8 @@ jobs:
push: true
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Images digests
run: echo ${{ steps.docker_build.outputs.digest }}