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 4317ed0 commit 77d38b5Copy full SHA for 77d38b5
.github/workflows/build_images.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Set up Python
27
uses: actions/setup-python@v2
28
with:
29
- python-version: 3.7
+ python-version: "3.10"
30
- name: Install dockeree
31
run: |
32
pip3 install dockeree
.github/workflows/build_images_regular.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
23
24
25
0 commit comments