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

Create tags for all services #645

Merged
merged 2 commits into from
Oct 4, 2022
Merged

Create tags for all services #645

merged 2 commits into from
Oct 4, 2022

Conversation

jacobweinstock
Copy link
Member

@jacobweinstock jacobweinstock commented Oct 4, 2022

Description

Tags were not being pushed to quay.io for services other than quay.io/tinkerbell/tink, this tags tink-controller, tink-worker, and tink-cli with tags as well.

Why is this needed

Fixes: #641

How Has This Been Tested?

How are existing users impacted? What migration steps/scripts do we need?

Checklist:

I have:

  • updated the documentation and/or roadmap (if required)
  • added unit or e2e tests
  • provided instructions on how to upgrade

Tags were not being pushed to quay.io for services other than quay.io/tinkerbell/tink, this tags tink-controller, tink-worker, and tink-cli.
@codecov
Copy link

codecov bot commented Oct 4, 2022

Codecov Report

Merging #645 (32b1bd3) into main (e3975fb) will decrease coverage by 0.21%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #645      +/-   ##
==========================================
- Coverage   45.06%   44.84%   -0.22%     
==========================================
  Files          62       62              
  Lines        3557     3532      -25     
==========================================
- Hits         1603     1584      -19     
+ Misses       1872     1866       -6     
  Partials       82       82              
Impacted Files Coverage Δ
pkg/apis/core/v1alpha1/workflow_methods.go 75.00% <0.00%> (-1.28%) ⬇️
pkg/apis/core/v1alpha1/template_methods.go 100.00% <0.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@jacobweinstock jacobweinstock added kind/bug Categorizes issue or PR as related to a bug. area/ci-cd-release labels Oct 4, 2022
@jacobweinstock jacobweinstock added the ready-to-merge Signal to Mergify to merge the PR. label Oct 4, 2022
@mergify mergify bot merged commit 6deeea8 into main Oct 4, 2022
@mergify mergify bot deleted the jacobweinstock-patch-1 branch October 4, 2022 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci-cd-release kind/bug Categorizes issue or PR as related to a bug. ready-to-merge Signal to Mergify to merge the PR.
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

not all container images are being tagged in quay.io
2 participants