Skip to content

Commit fa5a216

Browse files
committed
Bump hub-tool
1 parent 2129657 commit fa5a216

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
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

0 commit comments

Comments
 (0)