File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8282 steps :
8383 - name : Install Docker hub-tool
8484 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
8686 tar --strip-components=1 -xzf ./hub-tool-linux.tar.gz
8787 ./hub-tool --version
8888 - name : Login hub-tool
@@ -101,7 +101,7 @@ jobs:
101101 env :
102102 DOCKER_USERNAME : ${{ secrets.DOCKER_REPOSITORY_LOGIN }}
103103 DOCKER_PASSWORD : ${{ secrets.DOCKER_REPOSITORY_PASSWORD }}
104- - name : Remove PR container image via hub-tool
104+ - name : Remove the temporary images via hub-tool
105105 run : |
106106 ./hub-tool tag rm --verbose --force docker.io/botsudo/docker-rustpython:armv6-latest || true
107107 ./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