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
|
IMAGE_NAME: pika-base-debian-container
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Push image to GitHub Packages.
|
build:
|
||||||
# See also https://docs.docker.com/docker-hub/builds/
|
runs-on: self-hosted
|
||||||
push:
|
container:
|
||||||
runs-on: ubuntu-latest
|
image: ubuntu:latest
|
||||||
permissions:
|
volumes:
|
||||||
packages: write
|
- /proc:/proc
|
||||||
contents: read
|
options: --privileged -it
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user