ci(docs-release): fix vendoring step

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
(cherry picked from commit 647491dd99)
This commit is contained in:
CrazyMax
2024-03-06 08:35:55 +01:00
parent 0de5f1ce3b
commit 6430c9586a

View File

@ -43,7 +43,6 @@ jobs:
name: Update vendor
uses: docker/bake-action@v4
with:
source: ${{ github.server_url }}/${{ github.repository }}.git#${{ github.event.release.name }}
targets: vendor
set: |
vendor.args.MODULE=github.com/docker/buildx@${{ github.event.release.name }}