Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dometto committed Nov 15, 2023
1 parent 9a6d7de commit 4e8ac5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
podman build --format=docker -t podmantest .
podman run -d -p 8080:80 podmantest /sbin/init
podman ps --all
podman pull ghcr.io/utrechtuniversity/src-test-workspace:ubuntu
podman run -d ghcr.io/utrechtuniversity/src-test-workspace:ubuntu /sbin/init
podman pull ghcr.io/utrechtuniversity/src-test-workspace:ubuntu_focal
podman run -d ghcr.io/utrechtuniversity/src-test-workspace:ubuntu_focal /sbin/init
podman ps --all

0 comments on commit 4e8ac5c

Please sign in to comment.