Skip to content

Commit

Permalink
Fix caching
Browse files Browse the repository at this point in the history
  • Loading branch information
dometto committed Feb 29, 2024
1 parent 6599f12 commit 8a535f3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/integration-tests-irods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,21 @@ jobs:
with:
context: ./docker/irods_catalog_provider
load: true
tags: ${{ env.TEST_TAG }}
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Build irods_catalog (utilize cache)
uses: docker/build-push-action@v5
with:
context: ./docker/irods_catalog
load: true
tags: ${{ env.TEST_TAG }}
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Build irods_client (utilize cache)
uses: docker/build-push-action@v5
with:
context: ./docker/irods_client
context: .
file: ./docker/irods_client/Dockerfile
load: true
tags: ${{ env.TEST_TAG }}
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Run tests using docker-compose
Expand Down

0 comments on commit 8a535f3

Please sign in to comment.