Skip to content

Commit

Permalink
Add dependency between jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
bdhoine committed Dec 11, 2024
1 parent cb67f8f commit d6c7e92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ env:
jobs:
build-images:
name: Build images
id: build-images
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -84,6 +85,7 @@ jobs:
matrix:
arch: [ arm64, amd64 ]
runs-on: ubuntu-latest
needs: build-images
steps:
- name: Log in to the container registry
uses: docker/login-action@v3
Expand Down

0 comments on commit d6c7e92

Please sign in to comment.