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 3ac6ed5 commit 9d3a935Copy full SHA for 9d3a935
.github/workflows/build_images.yml
@@ -24,13 +24,6 @@ jobs:
24
- name: Free Disk Space
25
run: |
26
./free_disk_space.sh
27
- - name: Set up Python
28
- uses: actions/setup-python@v2
29
- with:
30
- python-version: "3.10"
31
- - name: Install dockeree
32
- run: |
33
- pip3 install dockeree
34
- name: Login to DockerHub
35
uses: docker/login-action@v3
36
with:
.github/workflows/build_images_regular.yml
@@ -16,13 +16,6 @@ jobs:
16
17
18
19
20
21
22
23
0 commit comments