Skip to content
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

docker: fix latest tag #1660

Merged
merged 1 commit into from
May 14, 2020
Merged

docker: fix latest tag #1660

merged 1 commit into from
May 14, 2020

Conversation

rvl
Copy link
Contributor

@rvl rvl commented May 14, 2020

  • Only update "inputoutput/cardano-wallet:latest" for tag builds.
  • Don't push unique tags for each git revision, because it clutters the repo page on Dockerhub.

- Only update "inputoutput/cardano-wallet:latest" for tag builds.
- Don't push unique tags for each git revision, because it clutters
  the repo page on Dockerhub.
@rvl rvl requested a review from piotr-iohk May 14, 2020 03:51
@rvl rvl self-assigned this May 14, 2020
@rvl rvl force-pushed the rvl/fix-docker-tagging branch from f12c760 to d8483ed Compare May 14, 2020 06:21
echo "Pushing $fullrepo:latest"
docker tag "$tagged" "$fullrepo:latest"
docker push "$fullrepo:latest"
tags+=( "latest" )
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will soon have to change for "shelley" 😛

@KtorZ
Copy link
Member

KtorZ commented May 14, 2020

bors r+

@iohk-bors
Copy link
Contributor

iohk-bors bot commented May 14, 2020

@iohk-bors iohk-bors bot merged commit 63b6582 into master May 14, 2020
@iohk-bors iohk-bors bot deleted the rvl/fix-docker-tagging branch May 14, 2020 07:29
@KtorZ KtorZ added RESOLVING ISSUE Mark a PR as resolving issues, for auto-generated CHANGELOG and removed BUG:CONFIRMED labels May 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RESOLVING ISSUE Mark a PR as resolving issues, for auto-generated CHANGELOG
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants