From 01217298683a98896cd8390a6cae5f81085bffc5 Mon Sep 17 00:00:00 2001 From: duncdrum Date: Fri, 5 Apr 2024 10:58:19 +0200 Subject: [PATCH] fix(ci): less cache traffic --- .github/workflows/ci-java11.yml | 3 --- .github/workflows/ci-java17.yml | 3 --- .github/workflows/ci-java8.yml | 3 --- 3 files changed, 9 deletions(-) diff --git a/.github/workflows/ci-java11.yml b/.github/workflows/ci-java11.yml index 8e2e8ce..955cda4 100644 --- a/.github/workflows/ci-java11.yml +++ b/.github/workflows/ci-java11.yml @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/ci-java17.yml b/.github/workflows/ci-java17.yml index 9b20402..6d337d4 100644 --- a/.github/workflows/ci-java17.yml +++ b/.github/workflows/ci-java17.yml @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/ci-java8.yml b/.github/workflows/ci-java8.yml index 4d58b2d..f612cd9 100644 --- a/.github/workflows/ci-java8.yml +++ b/.github/workflows/ci-java8.yml @@ -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 @@ -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 @@ -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