Compare commits

...

2 Commits

@ -70,12 +70,13 @@ jobs:
with: with:
name: buildah-bin name: buildah-bin
path: /usr/local/bin/buildah path: /usr/local/bin/buildah
- name: Ensure /usr/local/bin is on the PATH - name: Ensure buildah binary has +x permissions set
run: | run: |
export PATH="/usr/local/bin:$PATH" chmod +x /usr/local/bin/buildah
- name: Check buildah version - name: Check buildah version
run: | run: |
echo "$PATH" ls -l /usr/local/bin/buildah
echo $PATH
which buildah which buildah
buildah version buildah version
- name: Check out repo - name: Check out repo

Loading…
Cancel
Save