fix: update assets container name
This commit is contained in:
parent
4f7e7e64ba
commit
429026bd65
2
run
2
run
|
@ -15,7 +15,7 @@ function task:build-and-push-images {
|
||||||
}
|
}
|
||||||
|
|
||||||
function task:copy-theme-assets {
|
function task:copy-theme-assets {
|
||||||
docker container run --entrypoint sh --name oliverdavies-uk-assets oliverdavies-uk-assets
|
docker container run --entrypoint sh --name oliverdavies-uk-assets ghcr.io/opdavies/oliverdavies-uk-assets:node-14
|
||||||
docker cp oliverdavies-uk-assets:/node/build web/themes/custom/opdavies
|
docker cp oliverdavies-uk-assets:/node/build web/themes/custom/opdavies
|
||||||
docker container rm oliverdavies-uk-assets
|
docker container rm oliverdavies-uk-assets
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue