We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1df7ee commit 1f9db09Copy full SHA for 1f9db09
1 file changed
.github/workflows/pr_integration_tests.yml
@@ -41,13 +41,6 @@ jobs:
41
- name: Set ECR image tag
42
id: image-tag
43
run: echo "::set-output name=DOCKER_IMAGE_TAG::`git rev-parse HEAD`"
44
- - uses: satackey/action-docker-layer-caching@v0.0.11
45
- # Ignore the failure of a step and avoid terminating the job.
46
- continue-on-error: true
47
- with:
48
- key: docker-cache-{hash}
49
- restore-keys: |
50
- docker-cache-
51
- name: Build and push
52
env:
53
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
0 commit comments