From 838d96a27e63fc9cb30e54ec609e42a6f35baf46 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Wed, 15 May 2024 23:44:53 +0900 Subject: [PATCH] Start debug...! --- .github/workflows/containers.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 3d0c4f3..b75bd19 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -78,6 +78,10 @@ jobs: build-args: | username=user oci: true + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + with: + limit-access-to-actor: true - name: Inspect the created image run: 'podman inspect ${{ steps.build-image.outputs.image }}' - name: Push To ghcr.io @@ -133,6 +137,10 @@ jobs: containerfiles: | ./images/ubuntu-nix-systemd/Containerfile oci: true + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + with: + limit-access-to-actor: true - name: Inspect the created image run: 'podman inspect ${{ steps.build-image.outputs.image }}' - name: Push To ghcr.io