Skip to content

Commit 1f9db09

Browse files
committed
disable cache of docker layers in pr_integration_tests workflow
Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
1 parent c1df7ee commit 1f9db09

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/pr_integration_tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,6 @@ jobs:
4141
- name: Set ECR image tag
4242
id: image-tag
4343
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-
5144
- name: Build and push
5245
env:
5346
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}

0 commit comments

Comments
 (0)