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