mirror of
https://github.com/aevea/action-kaniko.git
synced 2025-04-20 00:58:15 +02:00
chore(deps): update crane to 0.8.0
This commit is contained in:
parent
f9420bd178
commit
83968d1f5b
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ RUN wget -O /kaniko/jq \
|
||||||
https://github.com/genuinetools/reg/releases/download/v0.16.1/reg-linux-386 && \
|
https://github.com/genuinetools/reg/releases/download/v0.16.1/reg-linux-386 && \
|
||||||
chmod +x /kaniko/reg && \
|
chmod +x /kaniko/reg && \
|
||||||
wget -O /crane.tar.gz \
|
wget -O /crane.tar.gz \
|
||||||
https://github.com/google/go-containerregistry/releases/download/v0.1.1/go-containerregistry_Linux_x86_64.tar.gz && \
|
https://github.com/google/go-containerregistry/releases/download/v0.8.0/go-containerregistry_Linux_x86_64.tar.gz && \
|
||||||
tar -xvzf /crane.tar.gz crane -C /kaniko && \
|
tar -xvzf /crane.tar.gz crane -C /kaniko && \
|
||||||
rm /crane.tar.gz
|
rm /crane.tar.gz
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue