From 9badb768ed78257f117a08198a918c2fc5451abe Mon Sep 17 00:00:00 2001 From: Filip Halaxa Date: Fri, 30 Sep 2022 18:09:59 +0200 Subject: [PATCH] Build images versioning for deployment cache --- .github/workflows/makefile.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 9332bee..82eba84 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -17,6 +17,8 @@ jobs: - uses: satackey/action-docker-layer-caching@v0.0.11 # Ignore the failure of a step and avoid terminating the job. continue-on-error: true + with: + key: docker-image-version-1-{hash} - name: Complete Makefile build run: make build