Skip to content

Commit

Permalink
ci: set dependencies for bot containers
Browse files Browse the repository at this point in the history
  • Loading branch information
conorsch committed Oct 31, 2023
1 parent d70542d commit ce29256
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ jobs:
permissions:
contents: read
packages: write
needs:
- penumbra
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -121,6 +123,10 @@ jobs:
permissions:
contents: read
packages: write
# The upstream container references the Penumbra container by tag,
# so ensure it exists.
needs:
- penumbra
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -142,6 +148,8 @@ jobs:
hermes:
runs-on: ubuntu-latest
needs:
- penumbra
permissions:
contents: read
packages: write
Expand Down

0 comments on commit ce29256

Please sign in to comment.