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

Fix latest tag check #426

Merged
merged 1 commit into from
Jan 21, 2024
Merged

Fix latest tag check #426

merged 1 commit into from
Jan 21, 2024

Conversation

johnboyes
Copy link
Contributor

Our check that (when we make a new release) the Docker image is tagged with latest as well as the new semver version number, which we added in v1.6.14 was broken. This was because we were not pulling the latest tag docker image during the check, so it was not present. Fixed in this commit.

Our check that (when we make a new release) the Docker image is tagged
with latest as well as the new semver version number, which we added in
[v1.6.14][1] was broken. This was because we were not pulling the latest
tag docker image during the check, so it was not present. Fixed in this
commit.

[1]: https://github.com/agilepathway/label-checker/releases/tag/v1.6.14
@johnboyes johnboyes added the patch Semantic versioning: backwards compatible bug fixes label Jan 21, 2024
@johnboyes johnboyes merged commit fa6bd1c into master Jan 21, 2024
37 checks passed
@johnboyes johnboyes deleted the fix-latest-tag-check branch January 21, 2024 06:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Semantic versioning: backwards compatible bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant