Skip to content

Commit

Permalink
Sanity check of pending Plout
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 authored Apr 26, 2023
1 parent 320f4c7 commit c9dbe0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ on:

jobs:
package:
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v6
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@configurable-runs-on
secrets:
DOCKER_HUB_ID: ${{ secrets.DOCKER_HUB_ID }}
DOCKER_HUB_TOKEN: ${{ secrets.DOCKER_HUB_TOKEN }}
with:
runs_on: self-hosted

docker_org: nlnetlabs
docker_repo: routinator
docker_build_rules: pkg/rules/docker-images-to-build.yml
Expand Down

0 comments on commit c9dbe0c

Please sign in to comment.