Skip to content

Commit

Permalink
Upgrade to v2. (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 authored Nov 2, 2022
1 parent 7e6ed6d commit 8673b6a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
full:
uses: NLnetLabs/.github/.github/workflows/pkg-rust.yml@v1.1.0
uses: NLnetLabs/.github/.github/workflows/pkg-rust.yml@v2
secrets: inherit
with:
docker_org: ximoneighteen
Expand Down Expand Up @@ -37,10 +37,10 @@ jobs:
core.setFailed("Expected Docker publishing to be done but output `docker_published` is false")
minimal:
uses: NLnetLabs/.github/.github/workflows/pkg-rust.yml@v1.1.0
uses: NLnetLabs/.github/.github/workflows/pkg-rust.yml@v2

no_test_scripts:
uses: NLnetLabs/.github/.github/workflows/pkg-rust.yml@v1.1.0
uses: NLnetLabs/.github/.github/workflows/pkg-rust.yml@v2
secrets: inherit
with:
docker_org: ximoneighteen
Expand All @@ -57,7 +57,7 @@ jobs:
rpm_scriptlets_path: pkg/rpm/scriptlets.toml

no_tests:
uses: NLnetLabs/.github/.github/workflows/pkg-rust.yml@v1.1.0
uses: NLnetLabs/.github/.github/workflows/pkg-rust.yml@v2
secrets: inherit
with:
docker_org: ximoneighteen
Expand All @@ -74,7 +74,7 @@ jobs:
rpm_scriptlets_path: pkg/rpm/scriptlets.toml

no_docker:
uses: NLnetLabs/.github/.github/workflows/pkg-rust.yml@v1.1.0
uses: NLnetLabs/.github/.github/workflows/pkg-rust.yml@v2
with:
cross_build_rules_path: pkg/rules/cross-build-rules.yml
package_build_rules_path: pkg/rules/package-build-rules.yml
Expand All @@ -87,7 +87,7 @@ jobs:
rpm_scriptlets_path: pkg/rpm/scriptlets.toml

only_docker:
uses: NLnetLabs/.github/.github/workflows/pkg-rust.yml@v1.1.0
uses: NLnetLabs/.github/.github/workflows/pkg-rust.yml@v2
secrets: inherit
with:
docker_org: ximoneighteen
Expand All @@ -110,7 +110,7 @@ jobs:
core.setFailed("Expected Docker publishing to be done but output `docker_published` is false")
no_cross:
uses: NLnetLabs/.github/.github/workflows/pkg-rust.yml@v1.1.0
uses: NLnetLabs/.github/.github/workflows/pkg-rust.yml@v2
secrets: inherit
with:
docker_org: ximoneighteen
Expand Down

0 comments on commit 8673b6a

Please sign in to comment.