Update ci.yml
This commit is contained in:
parent
00850c8035
commit
5d4915a6a1
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@ -7,13 +7,13 @@ env:
|
||||
IMAGE_NAME: pika-base-debian-container
|
||||
|
||||
jobs:
|
||||
# Push image to GitHub Packages.
|
||||
# See also https://docs.docker.com/docker-hub/builds/
|
||||
push:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
packages: write
|
||||
contents: read
|
||||
build:
|
||||
runs-on: self-hosted
|
||||
container:
|
||||
image: ubuntu:latest
|
||||
volumes:
|
||||
- /proc:/proc
|
||||
options: --privileged -it
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user