workspaces-core-images/ci-scripts
2023-06-27 19:25:29 -04:00
..
build.sh KASM-3718 refgactor build logic to gate images with a cache repo and use new webcam tester 2023-06-26 20:54:35 -04:00
manifest.sh KASM-3718 fix manifesting logic check and shift back to nano instances for testing 2023-06-27 16:14:51 -04:00
readme.sh KASM-3718 trigger full build 2023-06-27 19:25:29 -04:00
test.sh KASM-3718 use proper arch for passing in the image to the tester 2023-06-27 18:10:02 -04:00

#! /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