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

Update Docker release workflow #18

Merged
merged 2 commits into from
Mar 13, 2024
Merged

Update Docker release workflow #18

merged 2 commits into from
Mar 13, 2024

Conversation

SmetDenis
Copy link
Member

This commit removes tag triggering and adds checks for PR events and SHA tags in the Docker release workflow. It aims to enhance the automation process by focusing on specific triggering events like PRs and refactoring tag generation for image releases.

This commit removes tag triggering and adds checks for PR events and SHA tags in the Docker release workflow. It aims to enhance the automation process by focusing on specific triggering events like PRs and refactoring tag generation for image releases.
@coveralls
Copy link

coveralls commented Mar 13, 2024

Pull Request Test Coverage Report for Build 8270084587

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 95.556%

Totals Coverage Status
Change from base Build 8269947290: 0.0%
Covered Lines: 559
Relevant Lines: 585

💛 - Coveralls

The Docker Hub login and push actions have been commented out within the GitHub workflow file to prevent the triggering of these actions during pull requests. This change avoids unnecessary Docker Hub operations for code updates that are still under review.
@SmetDenis SmetDenis merged commit acabab0 into master Mar 13, 2024
28 of 29 checks passed
@SmetDenis SmetDenis deleted the fix-docker-push branch March 13, 2024 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants