Skip to content

Commit

Permalink
Change target repository name from docker.pkg.github.com to ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
burmanm committed Apr 10, 2024
1 parent c319ff0 commit 324aa7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-push-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ VERSION_NUMBER="$(cat version.txt | tr -d '[:space:]')"
VERSION_DATE="$(date -u +%Y%m%d)"
RELEASE_VERSION="${VERSION_NUMBER}-${VERSION_DATE}"

GH_REPOSITORY="docker.pkg.github.com/${GITHUB_REPO_OWNER}/cass-config-builder/cass-config-builder"
GH_REPOSITORY="ghcr.io/${GITHUB_REPO_OWNER}/cass-config-builder/cass-config-builder"

GH_TAGS=(--tag "${GH_REPOSITORY}:${RELEASE_VERSION}")
GH_UBI_TAGS=(--tag "${GH_REPOSITORY}:${RELEASE_VERSION}-ubi7")
Expand Down

0 comments on commit 324aa7f

Please sign in to comment.