Skip to content

Commit

Permalink
WIP: Debug repro
Browse files Browse the repository at this point in the history
  • Loading branch information
apyrgio committed Jan 20, 2025
1 parent eacf1eb commit 37b4fe4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,12 @@ jobs:
run: |
python3 ./install/common/build-image.py --no-save
- name: Setup upterm session
uses: lhotari/action-upterm@v1
with:
## limits ssh access and adds the ssh public key for the user which triggered the workflow
limit-access-to-actor: true

- name: Reproduce the same container image
run: |
./dev_scripts/reproduce.py --source podman://dangerzone.rocks/dangerzone:$(cat share/image-id.txt)

0 comments on commit 37b4fe4

Please sign in to comment.