diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e53c515..0db3f2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,7 +140,7 @@ jobs: type=ref,event=tag - name: Build and push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}