From 5382c4394b726946c736db86982886a6036e7cdc Mon Sep 17 00:00:00 2001 From: Xeovalyte Date: Mon, 3 Apr 2023 09:29:37 +0200 Subject: [PATCH] adjusted order of steps --- .gitea/workflows/ci.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index d4bd91b..83f8e8f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -17,18 +17,16 @@ jobs: runs-on: ubuntu-latest steps: - - run: apt update - - run: curl -fsSL https://get.docker.com -o get-docker.sh - - run: sh ./get-docker.sh --dry-run - uses: actions/checkout@v3 + - uses: docker/setup-qemu-action@v2 + - uses: docker/setup-buildx-action@v2 + with: + platforms: linux/amd64,linux/arm/v8 - uses: docker/login-action@v2 with: registry: gitea.xeovalyte.dev username: ${{ secrets.USERNAME }} password: ${{ secrets.PASSWORD }} - - uses: docker/setup-buildx-action@v2 - with: - platforms: linux/amd64,linux/arm/v8 - uses: docker/build-push-action@v4 with: context: .