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: do not fetch tags #6

Merged
merged 1 commit into from
Dec 5, 2023
Merged

fix: do not fetch tags #6

merged 1 commit into from
Dec 5, 2023

Conversation

mem
Copy link
Contributor

@mem mem commented Dec 5, 2023

When the trigger is a tag event, the tag is already there, so passing --tags to git fetch causes it to fail.

Remove the commit to main event because we do not need to publish images for every single change that makes it to main, only for the ones that get published.

When the trigger is a tag event, the tag is already there, so passing
--tags to git fetch causes it to fail.

Remove the commit to main event because we do not need to publish images
for every single change that makes it to main, only for the ones that
get published.

Signed-off-by: Marcelo E. Magallon <[email protected]>
@mem mem requested a review from a team as a code owner December 5, 2023 17:39
@mem mem merged commit 87569b3 into main Dec 5, 2023
1 check passed
@mem mem deleted the do-not-fetch-tags branch December 5, 2023 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant