fix(actions): tag and push (#1142)

This commit is contained in:
Pepe Fagoaga
2022-05-13 11:20:30 +02:00
committed by GitHub
parent 13423b137e
commit 4d1ffbb652
2 changed files with 32 additions and 19 deletions

View File

@@ -14,7 +14,7 @@ RUN yum install -y shadow-utils && \
yum upgrade -y && \
yum clean all && \
pip3 install --upgrade pip && \
pip3 install boto3 detect-secrets==1.0.3 && \
pip3 install --no-cache-dir boto3 detect-secrets==1.0.3 && \
pip3 cache purge && \
curl https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip -o awscliv2.zip && \
unzip -q awscliv2.zip && \