Skip to content

Commit

Permalink
move back docker setup to job
Browse files Browse the repository at this point in the history
  • Loading branch information
emostov committed Feb 21, 2024
1 parent 271f03d commit 2df2cbf
Showing 1 changed file with 10 additions and 15 deletions.
25 changes: 10 additions & 15 deletions .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,17 @@ on:
workflow_dispatch: # Allows manual invocation

jobs:
docker:
name: setup docker

build:
name: build artifacts
runs-on: ubuntu-latest
strategy:
matrix:
include:
- target: qos_client.tar
- target: qos_host.tar
- target: qos_client.tar

steps:
- name: Setup Latest docker
shell: 'script -q -e -c "bash {0}"'
Expand Down Expand Up @@ -54,19 +62,6 @@ jobs:
- name: Check Docker Version
run: docker --version

build:
name: build artifacts
runs-on: ubuntu-latest
needs:
- docker
strategy:
matrix:
include:
- target: qos_client.tar
- target: qos_host.tar
- target: qos_client.tar
steps:
- name: Checkout sources
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
Expand Down

0 comments on commit 2df2cbf

Please sign in to comment.