Skip to content

Commit

Permalink
Update the release workflow (#2789)
Browse files Browse the repository at this point in the history
Signed-off-by: utam0k <[email protected]>
  • Loading branch information
utam0k authored May 20, 2024
1 parent 8e42c2d commit 88dc41b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

build:
name: Build
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs:
- parse
strategy:
Expand All @@ -30,7 +30,7 @@ jobs:
with:
submodules: recursive
- name: Setup Rust toolchain and cache
uses: actions-rust-lang/setup-rust-toolchain@v1.3.7
uses: actions-rust-lang/setup-rust-toolchain@v1
env:
RUST_CACHE_KEY_OS: rust-cache-${{ matrix.arch }}-${{ matrix.libc }}
- name: Install just
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
name: Create Draft Release
environment:
name: release
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
permissions:
contents: write
needs:
Expand Down Expand Up @@ -93,14 +93,14 @@ jobs:
needs: build
environment:
name: release
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: ${{ github.repository == 'containers/youki' }}
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
steps:
- uses: actions/checkout@v3
- name: Setup Rust toolchain and cache
uses: actions-rust-lang/setup-rust-toolchain@v1.3.7
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Publish libcgroups
run: cargo publish -p libcgroups --no-verify
- name: Publish libcontainer
Expand Down

0 comments on commit 88dc41b

Please sign in to comment.