diff --git a/.github/workflows/docker-build-test.yml b/.github/workflows/docker-build-test.yml index f486c8b06..b519279ce 100644 --- a/.github/workflows/docker-build-test.yml +++ b/.github/workflows/docker-build-test.yml @@ -61,7 +61,7 @@ jobs: - name: Build and push images (GHCR) id: build-upload - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: # Provide multiple comma/line-separated tags: tags: > @@ -70,10 +70,6 @@ jobs: push: ${{ ! (github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }} context: . platforms: linux/amd64 - cache-to: | - type=gha,scope=${{ github.workflow }},mode=min - cache-from: | - type=gha,scope=${{ github.workflow }} - name: Set Up Python 🐍 uses: actions/setup-python@v5