Merge pull request #726 from LaurentGoderre/fix-stackbrew-pr
Fixed the stackbrew PR causing invalid stackbrew library entries
This commit is contained in:
commit
16fdd1c63c
|
@ -28,7 +28,7 @@ REPO_NAME="official-images"
|
|||
ORIGIN_SLUG="$GITHUB_USERNAME/$REPO_NAME"
|
||||
UPSTREAM_SLUG="docker-library/$REPO_NAME"
|
||||
DOCKER_SLUG="nodejs/docker-node"
|
||||
gitpath="$REPO_NAME"
|
||||
gitpath="../$REPO_NAME"
|
||||
|
||||
function updated() {
|
||||
local versions
|
||||
|
|
Loading…
Reference in New Issue