test with vanilla buildx

This commit is contained in:
Al Majumdar 2022-03-25 08:43:54 +05:30
parent 83e61630d9
commit f6f554b55b

View file

@ -42,8 +42,6 @@ jobs:
- name: Setup Buildx
uses: docker/setup-buildx-action@v1
with:
driver-opts: network=host
- name: Get latest versions
run: python3 ./.github/scripts/get_latest_tags.py --repo ${{ inputs.repo }} --version ${{ inputs.version }}