File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,10 @@ permissions:
7
7
on :
8
8
release :
9
9
types : [released]
10
- push :
11
- tags :
12
- - " *"
13
- branches :
14
- - " *"
15
10
16
11
jobs :
17
12
build-image :
18
13
runs-on : ubuntu-latest
19
- needs : tags-cleanup
20
14
strategy :
21
15
fail-fast : false
22
16
max-parallel : 4
83
77
run : docker manifest inspect docker.io/botsudo/docker-rustpython:latest
84
78
tags-cleanup :
85
79
runs-on : ubuntu-latest
80
+ needs : create-final-image
86
81
name : Cleanup build tags
87
82
steps :
88
83
- name : Install Docker hub-tool
@@ -114,5 +109,7 @@ jobs:
114
109
./hub-tool tag rm --verbose --force docker.io/botsudo/docker-rustpython:386-latest || true
115
110
./hub-tool tag rm --verbose --force docker.io/botsudo/docker-rustpython:ppc64le-latest || true
116
111
./hub-tool tag rm --verbose --force docker.io/botsudo/docker-rustpython:amd64-latest || true
112
+ ./hub-tool tag ls --verbose docker.io/botsudo/docker-rustpython
117
113
- name : Logout hub-tool
114
+ if : always()
118
115
run : rm ~/.docker/config.json
You can’t perform that action at this time.
0 commit comments