Skip to content

Commit ceab730

Browse files
committedJun 2, 2024··
Show podman/buildah versions
Signed-off-by: Marcel Bargull <marcel.bargull@udo.edu>
1 parent ef950c2 commit ceab730

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
 

‎.github/workflows/base-glibc-busybox-bash.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ jobs:
3232
with:
3333
platforms: arm64
3434

35+
- name: Info
36+
run: |
37+
set -xeu
38+
podman --version
39+
buildah --version
40+
3541
- name: Build
3642
id: build
3743
run: |

‎.github/workflows/base-glibc-debian-bash.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ jobs:
3131
with:
3232
platforms: arm64
3333

34+
- name: Info
35+
run: |
36+
set -xeu
37+
podman --version
38+
buildah --version
39+
3440
- name: Build
3541
id: build
3642
run: |

0 commit comments

Comments
 (0)
Please sign in to comment.