quay
This commit is contained in:
parent
303c1e6205
commit
d5055e0bda
1 changed files with 3 additions and 3 deletions
|
|
@ -11,12 +11,12 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: quay.io/podman/stable
|
||||||
|
options: --privileged
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Podman
|
|
||||||
run: apt-get update -qq && apt-get install -y podman
|
|
||||||
|
|
||||||
- name: Log in to registry
|
- name: Log in to registry
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.FORGE_TOKEN }}" \
|
echo "${{ secrets.FORGE_TOKEN }}" \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue