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

Commit

Permalink
Revert workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
LayneHaber committed Jul 9, 2021
1 parent 30f6ee0 commit 6c0e900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/push-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ images="auth builder database ethprovider messaging_proxy nats node router test_
# Also push a semver-tagged image if we're on prod
if [[ "$(git rev-parse --abbrev-ref HEAD)" == "prod" || "${GITHUB_REF##*/}" == "prod" ]]
then semver="$release"
else semver="$release"
else semver=""
fi

for image in $images
Expand Down

0 comments on commit 6c0e900

Please sign in to comment.