ci(release): fix aws-cli installation
Some checks failed
generate-chart / generate-chart-publish (push) Has been cancelled

Signed-off-by: justusbunsi <sk.bunsenbrenner@gmail.com>
This commit is contained in:
justusbunsi 2025-03-01 18:44:59 +01:00
parent ad475405e9
commit c38703f21e
No known key found for this signature in database
GPG Key ID: 26C8313BA763E7E5

View File

@ -31,7 +31,7 @@ jobs:
echo "deb [arch="$(dpkg --print-architecture)" signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu "$(. /etc/os-release && echo "$VERSION_CODENAME")" stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null
apt update -y
apt install -y python3 python3-pip apt-transport-https docker-ce-cli
pip install awscli
pip install awscli --break-system-packages
- name: Import GPG key
id: import_gpg