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:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: quay.io/podman/stable
|
||||
options: --privileged
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install Podman
|
||||
run: apt-get update -qq && apt-get install -y podman
|
||||
|
||||
- name: Log in to registry
|
||||
run: |
|
||||
echo "${{ secrets.FORGE_TOKEN }}" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue