mirror of
https://github.com/aevea/action-kaniko.git
synced 2025-02-20 14:45:00 +01:00
fix(build): delete crane tarfile using absolute path
This commit is contained in:
parent
418284a2f2
commit
49888d43ab
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ RUN wget -O /kaniko/jq \
|
|||
wget -O /crane.tar.gz \
|
||||
https://github.com/google/go-containerregistry/releases/download/v0.1.1/go-containerregistry_Linux_x86_64.tar.gz && \
|
||||
tar -xvzf /crane.tar.gz crane -C /kaniko && \
|
||||
rm crane.tar.gz
|
||||
rm /crane.tar.gz
|
||||
|
||||
COPY entrypoint.sh /
|
||||
COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
|
||||
|
|
Loading…
Add table
Reference in a new issue