diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml index b5d3548..43c57ab 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -36,7 +36,7 @@ jobs: # Repository. The container will be tagged as "latest" # and with the short SHA of the commit. - name: Build and push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: push: ${{ github.ref == 'refs/heads/main' }} cache-from: type=registry,ref=ghcr.io/python-discord/king-arthur:latest