Skip to content

Commit 24bbe86

Browse files
committed
chore: debug podman v2
1 parent cca82ba commit 24bbe86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
echo "### find all non-owned files ###############################"
8181
find . ! -user $USER
8282
echo "### show files in container ################################"
83-
podman run --rm -v $PWD:/repo:Z --entrypoint ash localhost/voxbox:latest -c "ls -la"
83+
podman run --rm -v $PWD:/repo:Z --entrypoint ash ci/voxbox:${{ matrix.rubygem_puppet }} -c "ls -la"
8484
echo "############################################################"
8585
# podman run --rm -v $PWD:/repo:Z ci/voxbox:${{ matrix.rubygem_puppet }} -f /Rakefile -T
8686
# podman run --rm -v $PWD:/repo:Z ci/voxbox:${{ matrix.rubygem_puppet }} -f /Rakefile lint

0 commit comments

Comments
 (0)