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

We should have an automatic "latest" tagged build on Docker Hub #45

Closed
sjourdan opened this issue Dec 21, 2020 · 1 comment
Closed

We should have an automatic "latest" tagged build on Docker Hub #45

sjourdan opened this issue Dec 21, 2020 · 1 comment
Assignees
Labels
kind/bug Something isn't working
Milestone

Comments

@sjourdan
Copy link
Contributor

Description

driftctl's latest tag is currently manually set to the latest stable release to fix #44 :

docker tag cloudskiff/driftctl:v0.1.1 cloudskiff/driftctl:latest
docker push cloudskiff/driftctl:latest

The latest tag should point to the latest stable release and not our state on the master main branch.

Environment

  • OS: n/a
  • driftctl version: n/a

How to reproduce

Possible Solution

Automatically set latest to the latest stable release

Additional context

cf #44

@sjourdan sjourdan added kind/enhancement New feature or improvement kind/bug Something isn't working labels Dec 21, 2020
@eliecharra eliecharra self-assigned this Jan 5, 2021
@eliecharra eliecharra added bug/confirmed and removed kind/enhancement New feature or improvement labels Jan 5, 2021
@eliecharra eliecharra added this to the v0.2.0 milestone Jan 6, 2021
@eliecharra
Copy link
Contributor

Fixed on hub side for v0.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants