Skip to content

Commit

Permalink
Define docker variable
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown committed Mar 4, 2024
1 parent c40af7d commit 80fe09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ build-gcs-base:
if ! docker pull "${GCS_TAG}:${GCS_SUBMODULE_VERSION}-${BRANCH_LOWER}:latest"; then
cd external/globus-connect-server-deploy/docker
git checkout "${GCS_SUBMODULE_VERSION}"
./docker-build-gcs.sh "${DISTRO}"
docker=$(which docker) ./docker-build-gcs.sh "${DISTRO}"
LATEST_IMAGE=$(docker images | grep ubuntu-focal | head -n1 | awk '{print $3}')
docker tag "$LATEST_IMAGE" "$GCS_TAG:${GCS_SUBMODULE_VERSION}"
docker push "$GCS_TAG:${GCS_SUBMODULE_VERSION}"
Expand Down

0 comments on commit 80fe09e

Please sign in to comment.