Skip to content

Commit

Permalink
fix(ci): less cache traffic
Browse files Browse the repository at this point in the history
  • Loading branch information
duncdrum committed Apr 5, 2024
1 parent ae15a37 commit 0121729
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci-java11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jobs:
load: true
tags: ${{ env.TEST_TAG }}
cache-from: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/existdb:buildcache
cache-to: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/existdb:buildcache,mode=max

- name: Build debug images for testing on CI
uses: docker/build-push-action@v5
Expand All @@ -82,7 +81,6 @@ jobs:
load: true
tags: ${{ env.TEST_TAG }}-debug
cache-from: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/existdb:buildcache
cache-to: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/existdb:buildcache,mode=max

- name: Build nonroot images for testing on CI
uses: docker/build-push-action@v5
Expand All @@ -96,7 +94,6 @@ jobs:
load: true
tags: ${{ env.TEST_TAG }}-nonroot
cache-from: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/existdb:buildcache
cache-to: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/existdb:buildcache,mode=max

# TEST
- name: Start exist-ci containers
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci-java17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
load: true
tags: ${{ env.TEST_TAG }}
cache-from: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/existdb:buildcache
cache-to: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/existdb:buildcache,mode=max

- name: Build debug images for testing on CI
uses: docker/build-push-action@v5
Expand All @@ -77,7 +76,6 @@ jobs:
load: true
tags: ${{ env.TEST_TAG }}-debug
cache-from: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/existdb:buildcache
cache-to: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/existdb:buildcache,mode=max

- name: Build nonroot images for testing on CI
uses: docker/build-push-action@v5
Expand All @@ -90,7 +88,6 @@ jobs:
load: true
tags: ${{ env.TEST_TAG }}-nonroot
cache-from: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/existdb:buildcache
cache-to: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/existdb:buildcache,mode=max

# TEST
- name: Start exist-ci containers
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci-java8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jobs:
load: true
tags: ${{ env.TEST_TAG }}
cache-from: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/existdb:buildcache
cache-to: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/existdb:buildcache,mode=max

- name: Build debug images for testing on CI
uses: docker/build-push-action@v5
Expand All @@ -82,7 +81,6 @@ jobs:
load: true
tags: ${{ env.TEST_TAG }}-debug
cache-from: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/existdb:buildcache
cache-to: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/existdb:buildcache,mode=max

- name: Build nonroot images for testing on CI
uses: docker/build-push-action@v5
Expand All @@ -96,7 +94,6 @@ jobs:
load: true
tags: ${{ env.TEST_TAG }}-nonroot
cache-from: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/existdb:buildcache
cache-to: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/existdb:buildcache,mode=max

# TEST
- name: Start exist-ci container
Expand Down

0 comments on commit 0121729

Please sign in to comment.