Skip to content

Commit

Permalink
Adding container image and root user in the test job
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhoubk committed Dec 3, 2024
1 parent da959f4 commit 5584e2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
runs-on: ubuntu-latest

container:
options: --init
image: ${{ needs.build.outputs.build_image }}
image: alpine:latest
options: --user=root

defaults:
run:
Expand Down

0 comments on commit 5584e2b

Please sign in to comment.