Skip to content

Commit

Permalink
install via curl
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleOps committed Jul 22, 2024
1 parent 9317427 commit c08ee96
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/profile_tag_trigger_publication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,9 @@ jobs:
# to save load time can build custom image with dependencies and push to docker hub
- name: install aws cli
run: |
sudo apt-get update
sudo apt-get install -y awscli
# if sudo doesnt work can try standard install
# curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
# unzip awscliv2.zip
# sudo ./aws/install
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
- name: Get the tag name
id: get_tag
Expand Down

0 comments on commit c08ee96

Please sign in to comment.