1
0
mirror of https://github.com/halaxa/json-machine.git synced 2025-01-17 04:58:16 +01:00

Build images versioning for deployment cache

This commit is contained in:
Filip Halaxa 2022-09-30 18:09:59 +02:00
parent de0ae2029e
commit 9badb768ed

View File

@ -17,6 +17,8 @@ jobs:
- uses: satackey/action-docker-layer-caching@v0.0.11 - uses: satackey/action-docker-layer-caching@v0.0.11
# Ignore the failure of a step and avoid terminating the job. # Ignore the failure of a step and avoid terminating the job.
continue-on-error: true continue-on-error: true
with:
key: docker-image-version-1-{hash}
- name: Complete Makefile build - name: Complete Makefile build
run: make build run: make build