From 4455f3c476c05e1b4a66fe809d79b019f02f8c73 Mon Sep 17 00:00:00 2001 From: Era Dorta Date: Sat, 4 Jan 2025 23:55:41 +0100 Subject: [PATCH] Run in a single job --- .github/workflows/docker-image.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 21dddbf..c88608b 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -13,7 +13,7 @@ on: # runs-on: ubuntu-latest jobs: - setup: + build: runs-on: ubuntu-latest steps: - name: Set up QEMU @@ -24,11 +24,12 @@ jobs: run: echo ${{ steps.buildx.outputs.platforms }} - name: Install uv uses: astral-sh/setup-uv@v5 - release: - runs-on: ubuntu-latest - needs: setup - steps: - - uses: actions/checkout@master + # release: + # runs-on: ubuntu-latest + # needs: setup + # steps: + - name: Checkout code + uses: actions/checkout@master with: ref: ${{ github.ref }} # - name: Login to Docker Hub