ci(docs-release): fix vendoring step

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2024-03-06 08:35:55 +01:00
parent 9ebfde4897
commit 647491dd99
No known key found for this signature in database
GPG Key ID: ADE44D8C9D44FBE4

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 }}