Skip to content

Commit

Permalink
Merge pull request #56 from burmanm/fix_build_push_to_use_ghcr
Browse files Browse the repository at this point in the history
Change target repository name from docker.pkg.github.com to ghcr.io in scripts
  • Loading branch information
burmanm authored Apr 10, 2024
2 parents c319ff0 + 324aa7f commit c36a8ab
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 c36a8ab

Please sign in to comment.