Skip to content

Commit

Permalink
Cache docker
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Nov 3, 2023
1 parent eaafe91 commit 833fb94
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ jobs:
database: postgres

- python-version: "3.12"
ref: ccef498e164255cfd1fe81453f34a320afac572f
ref: 70b09896e023d919791b0b5bb8bc345eee1b98ac
context: https://github.com/martialblog/docker-limesurvey.git#master:6.0/apache
database: postgres

Expand Down Expand Up @@ -328,6 +328,11 @@ jobs:
env:
SKIP_LOGIN: true

- name: Cache Docker images.
uses: ScribeMD/docker-cache@0.3.6
with:
key: docker-${{ runner.os }}-${{ hashFiles('docker-compose.*.yml') }}

- name: Start services
env:
LS_IMAGE_TAG: ${{ matrix.image_tag }}
Expand Down

0 comments on commit 833fb94

Please sign in to comment.