We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f11a19 commit 11d128fCopy full SHA for 11d128f
1 file changed
.github/workflows/_container.yml
@@ -34,6 +34,9 @@ jobs:
34
load: true
35
tags: tag_for_testing
36
37
+ - name: Check /context/venv
38
+ run: ls -l /context/venv/bin
39
+
40
- name: Test cli works in cached runtime image
41
run: docker run --rm tag_for_testing --version
42
0 commit comments