diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b25290..5f32354 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build images - uses: docker/bake-action@v5 + uses: docker/bake-action@v6 with: push: ${{ startsWith(github.ref, 'refs/tags/') }} files: |