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

Reference specific Docker tags in action metadata #38

Open
namoscato opened this issue Jul 3, 2020 · 1 comment
Open

Reference specific Docker tags in action metadata #38

namoscato opened this issue Jul 3, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@namoscato
Copy link
Owner

namoscato commented Jul 3, 2020

Not a huge deal, but using a specific (older) version of this action (i.e. uses: namoscato/[email protected]) will just reference the v1 Docker tag which is continuously updated. Ideally the Docker tag in action.yml is updated and synchronized with the git tag.

This will likely require updating the release algorithm, i.e.

  1. build and publish Docker image
  2. bump action.yml's runs.image Docker tag
  3. cut git release

Unfortunately, this might remove the ability to manually cut releases (flexibility that enables grouping PRs, etc)

@namoscato namoscato added the bug Something isn't working label Jul 3, 2020
@namoscato
Copy link
Owner Author

namoscato commented Mar 20, 2021

Another idea: Keep latest / v1 branches up-to-date, having them reference the major tags directly.

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

No branches or pull requests

1 participant