diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 342ee59..1e796c5 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -9,15 +9,9 @@ jobs: build: name: "Build EchoIP" runs-on: ubuntu-latest - defaults: - run: - working-directory: /repo steps: - name: Install Docker run: curl -fsSL https://get.docker.com | sh - - name: "Checkout" - uses: https://github.com/actions/checkout@v3 - repository: https://github.com/mpolden/echoip - name: Set up QEMU uses: https://github.com/docker/setup-qemu-action@v2 - name: Set up Docker Buildx @@ -28,6 +22,11 @@ jobs: registry: git.ponz.io username: ${{ gitea.repository_owner }} password: ${{ secrets.REG_TOKEN }} + + - name: "Checkout" + uses: https://github.com/actions/checkout@v3 + repository: https://github.com/mpolden/echoip + - name: Build and push uses: https://github.com/docker/build-push-action@v4 with: