From 09c7f4aa5a3cae186bc8d751ea0e682ca78ed3e8 Mon Sep 17 00:00:00 2001 From: garronej Date: Sat, 1 Apr 2023 16:35:55 +0200 Subject: [PATCH] Fix docker step in CI --- .github/workflows/ci.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 547930d..fb0040a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -79,17 +79,11 @@ jobs: OUT=$GITHUB_REPOSITORY:$TO_VERSION,$GITHUB_REPOSITORY:latest OUT=$(echo "$OUT" | awk '{print tolower($0)}') echo ::set-output name=docker_tags::$OUT - - uses: actions/download-artifact@v2 - with: - name: build - path: build - - run: tar -cvf build.tar ./build - uses: docker/build-push-action@v2 with: push: true context: . tags: ${{ steps.step1.outputs.docker_tags }} - file: Dockerfile.ci github_pages: runs-on: ubuntu-latest