Skip to content

Commit

Permalink
fix push script
Browse files Browse the repository at this point in the history
  • Loading branch information
ajslater committed Sep 9, 2020
1 parent ad51ec6 commit 85e3f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/tag-and-push.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -euo pipefail
source ./docker-env
VERSION=${BASE_VERSION}_codex-${PKG_VERSION}
VERSION=${RUNNABLE_BASE_VERSION}_codex-${PKG_VERSION}
TAG=$VERSION-$(echo "$CIRCLE_SHA1" | head -c 7)
docker tag "$IMAGE" "$IMAGE:$TAG"
docker tag "$IMAGE" "$IMAGE:latest"
Expand Down

0 comments on commit 85e3f2e

Please sign in to comment.