We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb3308f commit bc75183Copy full SHA for bc75183
.github/workflows/docker-image.yml
@@ -29,6 +29,10 @@ jobs:
29
- name: Log into GitHub Container Registry
30
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login https://docker.pkg.github.com -u ${{ github.actor }} --password-stdin
31
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
+
36
- name: Build image
37
run: docker build . --file Dockerfile --tag $IMAGE_NAME
38
0 commit comments