Skip to content

Commit bc75183

Browse files
authored
Update docker-image.yml
1 parent bb3308f commit bc75183

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
- name: Log into GitHub Container Registry
3030
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login https://docker.pkg.github.com -u ${{ github.actor }} --password-stdin
3131

32+
- uses: satackey/action-docker-layer-caching@v0.0.8
33+
# Ignore the failure of a step and avoid terminating the job.
34+
continue-on-error: true
35+
3236
- name: Build image
3337
run: docker build . --file Dockerfile --tag $IMAGE_NAME
3438

0 commit comments

Comments
 (0)