Skip to content

Commit

Permalink
Start debug...!
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed May 15, 2024
1 parent 87e6c45 commit 838d96a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 838d96a

Please sign in to comment.