diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5b12ee4..1acafca 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -59,7 +59,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and push Docker image (amd64 & arm64) - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . builder: ${{ steps.buildx.outputs.name }} @@ -76,4 +76,4 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha - cache-to: type=gha,mode=max + cache-to: type=gha,mode=min