diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dd1af9d..3396793 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -263,7 +263,7 @@ jobs: password: ${{ github.token }} - name: Build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: Dockerfile.gh-actions context: ctx