mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2025-08-08 22:44:39 +02:00
Resolve KASM-3718 "Feature/ gate images 2"
This commit is contained in:
committed by
Matthew McClaskey
parent
e849325091
commit
515b86b8fe
13
ci-scripts/readme.sh
Executable file
13
ci-scripts/readme.sh
Executable file
@ -0,0 +1,13 @@
|
||||
#! /bin/bash
|
||||
|
||||
## Parse input ##
|
||||
NAME1=$(echo $1| awk -F'|' '{print $1}')
|
||||
NAME2=$(echo $1| awk -F'|' '{print $2}')
|
||||
|
||||
## Run readme updater ##
|
||||
docker run -v $PWD/docs:/docs \
|
||||
-e RELEASE="$KASM_RELEASE" \
|
||||
-e DOCKER_USERNAME="$README_USERNAME" \
|
||||
-e DOCKER_PASSWORD="$README_PASSWORD" \
|
||||
-e DOCKERHUB_REPOSITORY="${ORG_NAME}/core-${NAME1}-${NAME2}" \
|
||||
kasmweb/dockerhub-updater:develop
|
Reference in New Issue
Block a user