mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(ci): use correct hostname for tags
This commit is contained in:
@@ -273,7 +273,7 @@ jobs:
|
||||
### GitHub
|
||||
# tag with the version only if we have a git tag (new release was pushed)
|
||||
- if [ -n "$TRAVIS_TAG" ]; then travis_retry docker login docker.pkg.github.com -u prymitive -p "${GITHUB_PACKAGES_TOKEN}" && docker tag "${LOCAL_IMAGE}" "docker.pkg.github.com/prymitive/karma/karma:${VERSION}" && travis_retry docker push "docker.pkg.github.com/prymitive/karma/karma:${VERSION}" ; fi
|
||||
- if [ -n "$TRAVIS_TAG" ]; then travis_retry docker login ghcr.io -u prymitive -p "${GITHUB_PACKAGES_TOKEN}" && docker tag "${LOCAL_IMAGE}" "gchr.io/prymitive/karma:${VERSION}" && travis_retry docker push "ghcr.io/prymitive/karma:${VERSION}" ; fi
|
||||
- if [ -n "$TRAVIS_TAG" ]; then travis_retry docker login ghcr.io -u prymitive -p "${GITHUB_PACKAGES_TOKEN}" && docker tag "${LOCAL_IMAGE}" "ghcr.io/prymitive/karma:${VERSION}" && travis_retry docker push "ghcr.io/prymitive/karma:${VERSION}" ; fi
|
||||
|
||||
- stage: Build and Deploy
|
||||
name: Deploy demo app to Heroku
|
||||
|
||||
Reference in New Issue
Block a user