mirror of
https://github.com/tubearchivist/tubearchivist-server.git
synced 2024-11-21 19:30:12 +00:00
switch to official elastic.co images
This commit is contained in:
parent
f8d84959e0
commit
4a3f7bee37
@ -25,9 +25,9 @@ class WebhookBase:
|
||||
"-t", "bbilly1/tubearchivist:$VERSION", "--push"
|
||||
],
|
||||
"sync_es": [
|
||||
["docker", "image", "pull", "elasticsearch:$VERSION"],
|
||||
["docker", "tag", "elasticsearch:$VERSION", "bbilly1/tubearchivist-es"],
|
||||
["docker", "tag", "elasticsearch:$VERSION", "bbilly1/tubearchivist-es:$VERSION"],
|
||||
["docker", "image", "pull", "docker.elastic.co/elasticsearch/elasticsearch:$VERSION"],
|
||||
["docker", "tag", "docker.elastic.co/elasticsearch/elasticsearch:$VERSION", "bbilly1/tubearchivist-es"],
|
||||
["docker", "tag", "docker.elastic.co/elasticsearch/elasticsearch:$VERSION", "bbilly1/tubearchivist-es:$VERSION"],
|
||||
["docker", "push", "bbilly1/tubearchivist-es"],
|
||||
["docker", "push", "bbilly1/tubearchivist-es:$VERSION"],
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user