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