Skip to content

Commit

Permalink
lk86/push-daemon-images Print debian releases
Browse files Browse the repository at this point in the history
  • Loading branch information
lk86 committed Mar 8, 2023
1 parent da12bcf commit 27185e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/release-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,10 @@ if [[ -z "$NOUPLOAD" ]] || [[ "$NOUPLOAD" -eq 0 ]]; then
docker tag "${TAG}" "${HASHTAG}"
docker push "${HASHTAG}"

if [[ "${DEB_RELEASE##*=}" = 'stable' ]]; then
echo "Release Env Var: \'${DEB_RELEASE}\'"
echo "Release: ${DEB_RELEASE##*=}"

if [[ "${DEB_RELEASE##*=}" = "stable" ]]; then

# tag and push to dockerhub
docker tag "${TAG}" "minaprotocol/${SERVICE}:${VERSION}"
Expand Down

0 comments on commit 27185e5

Please sign in to comment.