Skip to content

Commit

Permalink
fix: updating leftover runner images (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaMilosa committed Sep 4, 2024
1 parent a970d5f commit 9e58a66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qualify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
setup:
runs-on:
labels: dre-runner-custom
container: ghcr.io/dfinity/dre/actions-runner:7efd87b0eac3ebd255be7efe00a3b39b0f9e9fc1
container: ghcr.io/dfinity/dre/actions-runner:f6690a4413269978d8b5d2e53b7346e99b0231b8
outputs:
matrix: ${{ steps.generate.outputs.output }}
steps:
Expand All @@ -42,7 +42,7 @@ jobs:
matrix: ${{ fromJson(needs.setup.outputs.matrix) }}
runs-on:
labels: dre-runner-custom
container: ghcr.io/dfinity/dre/actions-runner:7efd87b0eac3ebd255be7efe00a3b39b0f9e9fc1
container: ghcr.io/dfinity/dre/actions-runner:f6690a4413269978d8b5d2e53b7346e99b0231b8
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 9e58a66

Please sign in to comment.