Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Remove hub install from release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SDawley committed Nov 8, 2023
1 parent 4afdfce commit 321a49d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,8 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
-
name: Install hub, yq
name: Install yq
run: |
sudo apt-get -y -q install hub
sudo wget https://github.com/mikefarah/yq/releases/download/v4.7.0/yq_linux_amd64 -O /usr/bin/yq
sudo chmod +x /usr/bin/yq
-
Expand Down

0 comments on commit 321a49d

Please sign in to comment.