File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 82
82
steps :
83
83
- name : Install Docker hub-tool
84
84
run : |
85
- curl -sL https://github.com/docker/hub-tool/releases/download/v0.4.5 /hub-tool-linux-amd64.tar.gz -o hub-tool-linux.tar.gz
85
+ curl -sL https://github.com/docker/hub-tool/releases/download/v0.4.6 /hub-tool-linux-amd64.tar.gz -o hub-tool-linux.tar.gz
86
86
tar --strip-components=1 -xzf ./hub-tool-linux.tar.gz
87
87
./hub-tool --version
88
88
- name : Login hub-tool
@@ -101,7 +101,7 @@ jobs:
101
101
env :
102
102
DOCKER_USERNAME : ${{ secrets.DOCKER_REPOSITORY_LOGIN }}
103
103
DOCKER_PASSWORD : ${{ secrets.DOCKER_REPOSITORY_PASSWORD }}
104
- - name : Remove PR container image via hub-tool
104
+ - name : Remove the temporary images via hub-tool
105
105
run : |
106
106
./hub-tool tag rm --verbose --force docker.io/botsudo/docker-rustpython:armv6-latest || true
107
107
./hub-tool tag rm --verbose --force docker.io/botsudo/docker-rustpython:armv7-latest || true
You can’t perform that action at this time.
0 commit comments