Skip to content

Commit

Permalink
fix ooil tag
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Nov 23, 2022
1 parent 1d6a221 commit ca64a05
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/service-integration/scripts/ooil.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ set -o nounset
set -o pipefail
IFS=$'\n\t'


IMAGE_NAME="${DOCKER_REGISTRY:-itisfoundation}/service-integration:${DOCKER_IMAGE_TAG:-master-github-latest}"
IMAGE_NAME="${DOCKER_REGISTRY:-itisfoundation}/service-integration:${OOIL_IMAGE_TAG:-master-github-latest}"
WORKDIR="$(pwd)"

run() {
Expand All @@ -23,5 +22,4 @@ run() {
"$@"
}


run "$@"

0 comments on commit ca64a05

Please sign in to comment.