Skip to content

Commit

Permalink
Merge pull request #4108 from GCTC-NTGC/bug/4035-disable-docker-cache…
Browse files Browse the repository at this point in the history
…-action

Disable docker layer caching in github action
  • Loading branch information
patcon authored Sep 29, 2022
2 parents 97ea74d + 3df83af commit a68d302
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,8 @@ jobs:
- name: Checkout
uses: actions/[email protected]

# This uses GitHub Action cache for docker container layers
# See: https://github.com/marketplace/actions/docker-layer-caching
- uses: satackey/[email protected]
# Ignore a failure of this step and avoid terminating the job.
continue-on-error: true
# By default, this cache is keyed to the workflow name. We ar
# setting a shared key for the docker cache to be shared
# across multiple workflows.
with:
key: docker-{hash}
restore-keys: |
docker-
# We no longer user docker layer caching as it made runs take longer.
# See: https://github.com/satackey/action-docker-layer-caching/issues/305

- name: Serve app via docker-compose
# Need to include --build as we're caching layers.
Expand Down

0 comments on commit a68d302

Please sign in to comment.