Skip to content

Commit 970b3cf

Browse files
committed
🔧 Chore: Update Docker pipeline configurations to tag and push latest images for main branch on push events
1 parent c8b2ef6 commit 970b3cf

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

‎scripts/offline/build_offline_package.sh‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ get_nexent_images() {
109109

110110
local nexent_images=(
111111
"nexent/nexent:${version_tag}"
112-
# "nexent/nexent-web:${version_tag}"
113-
# "nexent/nexent-data-process:${version_tag}"
114-
# "nexent/nexent-mcp:${version_tag}"
112+
"nexent/nexent-web:${version_tag}"
113+
"nexent/nexent-data-process:${version_tag}"
114+
"nexent/nexent-mcp:${version_tag}"
115115
)
116116

117117
for img in "${nexent_images[@]}"; do
@@ -121,12 +121,12 @@ get_nexent_images() {
121121

122122
get_third_party_images() {
123123
local third_party_images=(
124-
# "docker.elastic.co/elasticsearch/elasticsearch:8.17.4"
125-
# "docker.io/library/postgres:15-alpine"
126-
# "docker.io/library/redis:alpine"
127-
# "quay.io/minio/minio:RELEASE.2023-12-20T01-00-02Z"
128-
# "docker.io/library/kong:2.8.1"
129-
# "docker.io/supabase/gotrue:v2.170.0"
124+
"docker.elastic.co/elasticsearch/elasticsearch:8.17.4"
125+
"docker.io/library/postgres:15-alpine"
126+
"docker.io/library/redis:alpine"
127+
"quay.io/minio/minio:RELEASE.2023-12-20T01-00-02Z"
128+
"docker.io/library/kong:2.8.1"
129+
"docker.io/supabase/gotrue:v2.170.0"
130130
"docker.io/supabase/postgres:15.8.1.060"
131131
)
132132

0 commit comments

Comments
 (0)