Skip to content

Commit

Permalink
Run in a single job
Browse files Browse the repository at this point in the history
  • Loading branch information
Era-Dorta committed Jan 4, 2025
1 parent 17b2278 commit 4455f3c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
# runs-on: ubuntu-latest

jobs:
setup:
build:
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
Expand All @@ -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
Expand Down

0 comments on commit 4455f3c

Please sign in to comment.