diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index 8bc429ce..c9df7ff5 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -41,8 +41,6 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Buildx install uses: crazy-max/ghaction-docker-buildx@v1 - with: - version: latest - name: Task run: sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin - name: Setup diff --git a/Taskfile.yml b/Taskfile.yml index 955eeb78..755d655b 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -73,7 +73,6 @@ tasks: VER: "{{base .ITEM}}" build: - - task: docker-login - task: build-common - task build-lang RT=golang - task build-lang RT=python