Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit 6c0e900

Browse files
committed
Revert workaround
1 parent 30f6ee0 commit 6c0e900

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ops/push-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ images="auth builder database ethprovider messaging_proxy nats node router test_
1212
# Also push a semver-tagged image if we're on prod
1313
if [[ "$(git rev-parse --abbrev-ref HEAD)" == "prod" || "${GITHUB_REF##*/}" == "prod" ]]
1414
then semver="$release"
15-
else semver="$release"
15+
else semver=""
1616
fi
1717

1818
for image in $images

0 commit comments

Comments
 (0)