Skip to content

podman-in-podman: remove duplicate get_runner_registration_token #12

podman-in-podman: remove duplicate get_runner_registration_token

podman-in-podman: remove duplicate get_runner_registration_token #12

Workflow file for this run

name: dogfood
on:
push:
jobs:
build:
runs-on: ${{ format('shghr/{0}/{1}/{2}/{3}/{4}/{5}', github.repository, github.ref, github.sha, github.run_id, github.run_number, github.run_attempt) }}
container:
image: quay.io/podman/stable:v5.2.1
steps:
- run: echo Hello, world!