From 9dd6d113629b9d3b4f735c9ca9ca89b276f27eb4 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Thu, 21 Jan 2021 21:07:55 +1100 Subject: [PATCH] Fixed bad docker version --- .github/workflows/release.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 168890e2..5e8d2823 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,17 +40,7 @@ jobs: IMAGE_NAME: mikefarah/yq runs-on: ubuntu-latest steps: - - name: Get latest release tag - uses: oprypin/find-latest-tag@v1 - with: - repository: mikefarah/yq # The repository to scan. - releases-only: true # We know that all relevant tags have a GitHub release for them. - id: yq - - - name: Clone source code - uses: actions/checkout@v2 - with: - ref: ${{ steps.yq.outputs.tag }} + - uses: actions/checkout@v2 - name: Set up QEMU uses: docker/setup-qemu-action@v1