Skip to content

Commit b6ba7e8

Browse files
committed
ci: install buildah on arc-dind runner
1 parent 77a293d commit b6ba7e8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/buildah.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,10 @@ jobs:
5454
- name: Checkout
5555
uses: actions/checkout@v4
5656

57-
- name: Install hadolint
57+
- name: Install dependencies
5858
run: |
59+
apt-get update
60+
apt-get install -y buildah
5961
curl -sSL -o /usr/local/bin/hadolint \
6062
https://github.com/hadolint/hadolint/releases/download/v2.12.0/hadolint-Linux-x86_64
6163
chmod +x /usr/local/bin/hadolint

0 commit comments

Comments
 (0)