Skip to content

Commit

Permalink
Fixed image name
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Oct 20, 2024
1 parent e9814d5 commit 4896c9a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build-container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ jobs:
| sort -Vr \
| head -n 1
)"
echo "### Tagging ${LATEST_VERSION} as latest"
if ! regctl manifest get ghcr.io/uniget-org/cli:${LATEST_VERSION}; then
echo " Tag ${LATEST_VERSION} does not exist"
exit 1
fi
./helper/usr/local/bin/regctl image copy \
"ghcr.io/uniget-org/uniget:${VERSION}" \
"ghcr.io/uniget-org/uniget:${LATEST_VERSION}"
"ghcr.io/uniget-org/cli:${VERSION}" \
"ghcr.io/uniget-org/cli:${LATEST_VERSION}"

0 comments on commit 4896c9a

Please sign in to comment.