From a9ac5b65c5266ccfa9c2a1fccf8545f9bf4bb24f Mon Sep 17 00:00:00 2001 From: Dogan Ulus Date: Mon, 22 Jul 2024 14:28:16 +0300 Subject: [PATCH] Buildah info --- .github/workflows/builder-buildah-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/builder-buildah-build.yml b/.github/workflows/builder-buildah-build.yml index c6f732c..46a1f28 100644 --- a/.github/workflows/builder-buildah-build.yml +++ b/.github/workflows/builder-buildah-build.yml @@ -42,6 +42,8 @@ jobs: - run: whoami && id -u && id -g + - run: buildah info + - name: Checkout repository uses: actions/checkout@v4