This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/libcloud-site.git


The following commit(s) were added to refs/heads/master by this push:
     new a67ea651 Use GHA cache for docker image build.
a67ea651 is described below

commit a67ea6516460abf0d5a40af80bfef297696a56b0
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Tue Aug 1 17:02:50 2023 +0200

    Use GHA cache for docker image build.
---
 .github/workflows/build_docker_image.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/build_docker_image.yaml 
b/.github/workflows/build_docker_image.yaml
index a787a226..b954689e 100644
--- a/.github/workflows/build_docker_image.yaml
+++ b/.github/workflows/build_docker_image.yaml
@@ -54,3 +54,5 @@ jobs:
           platforms: linux/amd64,linux/arm64
           push: true
           tags: ghcr.io/apache/libcloud-site-dev:latest
+          cache-from: type=gha
+          cache-to: type=gha,mode=max

Reply via email to