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 base image build #1120

Merged
merged 2 commits into from
Sep 5, 2024
Merged

fix base image build #1120

merged 2 commits into from
Sep 5, 2024

Conversation

skudasov
Copy link
Collaborator

@skudasov skudasov commented Sep 5, 2024


Below is a summarization created by an LLM (gpt-4-0125-preview). Be mindful of hallucinations and verify accuracy.

Why

The modification ensures that the GitHub Action workflow triggers not only for tags strictly starting with 'v' but for any tag containing 'v'. This change broadens the range of tags that will initiate the workflow, allowing for more flexible version naming.

What

  • .github/workflows/k8s-publish-test-base-image.yaml: Modified the tag pattern for triggering the workflow.
    • Changed the tag trigger from - 'v*' to - '*v*', expanding the scope of tags that can initiate the workflow.

@cl-sonarqube-production
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@skudasov skudasov merged commit 7b3c0db into main Sep 5, 2024
46 of 47 checks passed
@skudasov skudasov deleted the update-base-image-ci branch September 5, 2024 17:12
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.

3 participants