There was an error while loading. Please reload this page.
1 parent 77a293d commit b6ba7e8Copy full SHA for b6ba7e8
1 file changed
.github/workflows/buildah.yml
@@ -54,8 +54,10 @@ jobs:
54
- name: Checkout
55
uses: actions/checkout@v4
56
57
- - name: Install hadolint
+ - name: Install dependencies
58
run: |
59
+ apt-get update
60
+ apt-get install -y buildah
61
curl -sSL -o /usr/local/bin/hadolint \
62
https://github.com/hadolint/hadolint/releases/download/v2.12.0/hadolint-Linux-x86_64
63
chmod +x /usr/local/bin/hadolint
0 commit comments