From bc751836eaafbf7772e0413c52e667204716d00b Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Thu, 3 Dec 2020 09:52:52 +0100 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 8791516..6c92484 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -29,6 +29,10 @@ jobs: - name: Log into GitHub Container Registry run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login https://docker.pkg.github.com -u ${{ github.actor }} --password-stdin + - uses: satackey/action-docker-layer-caching@v0.0.8 + # Ignore the failure of a step and avoid terminating the job. + continue-on-error: true + - name: Build image run: docker build . --file Dockerfile --tag $IMAGE_NAME