Skip to content

Commit

Permalink
Drop unused internalTag
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlewis committed Feb 15, 2024
1 parent 3ea8c4f commit 27b4fd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/publish-to-registries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ datedTagSuffix=".${date}"
publicRepo="heroku/heroku"
privateRepo="heroku/heroku-private"
publicTag="${publicRepo}:${STACK_VERSION}"
internalTag="${INTERNAL_REGISTRY_HOST}/s/${ID_SERVICE_USERNAME}/heroku:${STACK_VERSION}"

# build+push dated tags to private dockerhub (e.g. heroku/heroku-private:22.2022-06-01-17.00.00)
bin/build.sh "${STACK_VERSION}" "${privateRepo}" "${datedTagSuffix}"
Expand Down

0 comments on commit 27b4fd8

Please sign in to comment.