mirror of
https://github.com/aevea/action-kaniko.git
synced 2025-05-12 18:40:01 +02:00
Allow multiple tags
This commit is contained in:
parent
78060c4e9d
commit
9ffe94bf27
3 changed files with 65 additions and 55 deletions
|
@ -12,7 +12,7 @@ RUN wget -O /kaniko/jq \
|
|||
wget -O /kaniko/reg \
|
||||
https://github.com/genuinetools/reg/releases/download/v0.16.1/reg-linux-386 && \
|
||||
chmod +x /kaniko/reg && \
|
||||
wget -O /crane.tar.gz \
|
||||
wget -O /crane.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 && \
|
||||
rm /crane.tar.gz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue