Cache page assets during CI/CD
Some checks failed
Create Docker Image / Final Docker Image Manifest (push) Blocked by required conditions
Create Docker Image / Test Application (x86_64) (push) Successful in 3m41s
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 1m23s
Create Docker Image / Build Docker Image (arm64) (push) Has been cancelled
Some checks failed
Create Docker Image / Final Docker Image Manifest (push) Blocked by required conditions
Create Docker Image / Test Application (x86_64) (push) Successful in 3m41s
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 1m23s
Create Docker Image / Build Docker Image (arm64) (push) Has been cancelled
This commit is contained in:
parent
f7946d4289
commit
147c770699
@ -25,7 +25,7 @@ jobs:
|
|||||||
# If we have a proxy use it
|
# If we have a proxy use it
|
||||||
if [ -n "${HTTP_PROXY}" ]; then echo "HTTP PROXY [${HTTP_PROXY}]"; sed -i -e s'/https/http/' /etc/apk/repositories; fi
|
if [ -n "${HTTP_PROXY}" ]; then echo "HTTP PROXY [${HTTP_PROXY}]"; sed -i -e s'/https/http/' /etc/apk/repositories; fi
|
||||||
# Some pre-reqs
|
# Some pre-reqs
|
||||||
apk add git nodejs npm
|
apk add git nodejs npm tar
|
||||||
## Some debugging info
|
## Some debugging info
|
||||||
# env|sort
|
# env|sort
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user