You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
build and publish Docker image
bump action.yml's runs.image Docker tag
cut git release
Unfortunately, this might remove the ability to manually cut releases (flexibility that enables grouping PRs, etc)
The text was updated successfully, but these errors were encountered:
Not a huge deal, but using a specific (older) version of this action (i.e.
uses: namoscato/[email protected]
) will just reference thev1
Docker tag which is continuously updated. Ideally the Docker tag inaction.yml
is updated and synchronized with the git tag.This will likely require updating the release algorithm, i.e.
action.yml
'sruns.image
Docker tagUnfortunately, this might remove the ability to manually cut releases (flexibility that enables grouping PRs, etc)
The text was updated successfully, but these errors were encountered: