parent
6fd1edb950
commit
d8656bfdfe
|
@ -4,6 +4,10 @@ jobs:
|
||||||
ls:
|
ls:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
|
- name: Set up buildah
|
||||||
|
run: |
|
||||||
|
apt update
|
||||||
|
apt -y install buildah
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://code.forgejo.org/actions/checkout@v4
|
uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
Loading…
Reference in a new issue