Skip to content

Commit

Permalink
Bump hub-tool
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Aug 5, 2024
1 parent 2129657 commit fa5a216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
steps:
- name: Install Docker hub-tool
run: |
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
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
tar --strip-components=1 -xzf ./hub-tool-linux.tar.gz
./hub-tool --version
- name: Login hub-tool
Expand All @@ -101,7 +101,7 @@ jobs:
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_REPOSITORY_LOGIN }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_REPOSITORY_PASSWORD }}
- name: Remove PR container image via hub-tool
- name: Remove the temporary images via hub-tool
run: |
./hub-tool tag rm --verbose --force docker.io/botsudo/docker-rustpython:armv6-latest || true
./hub-tool tag rm --verbose --force docker.io/botsudo/docker-rustpython:armv7-latest || true
Expand Down

0 comments on commit fa5a216

Please sign in to comment.