Skip to content

Fix docker image publishing #65

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
mattsse opened this issue Apr 30, 2021 · 1 comment
Closed

Fix docker image publishing #65

mattsse opened this issue Apr 30, 2021 · 1 comment
Assignees
Labels
needs triage Issue needs to be triaged

Comments

@mattsse
Copy link
Contributor

mattsse commented Apr 30, 2021

Issue summary

  • The Publish Tagged Docker Image step in the ci currently fails with
#!/bin/bash -eo pipefail
IMAGE_TAG=${CIRCLE_TAG/v/''}
docker tag $IMAGE_NAME:latest $IMAGE_NAME:$IMAGE_TAG
docker push $IMAGE_NAME:latest
docker push $IMAGE_NAME:$IMAGE_TAG
Error parsing reference: "chainsafe/pint:" is not a valid repository/tag: invalid reference format

Exited with code exit status 1
CircleCI received exit code 1

Other information and links

  • I think the expected tag has this format $DOCKER_REGISTRY_URL/$APPLICATION_NAME:$IMAGE_VERSION_DEV;, so perhaps only the version is missing
@mattsse mattsse added the needs triage Issue needs to be triaged label Apr 30, 2021
@clearloop
Copy link
Contributor

This is fixed in #61

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage Issue needs to be triaged
Projects
None yet
Development

No branches or pull requests

2 participants