diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bb7434..cb4a8b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build - uses: docker/bake-action@v6 + uses: docker/bake-action@v7 with: targets: all push: ${{ github.ref == 'refs/heads/master' || github.ref_type == 'tag' }}