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: docker publish rules #150

Merged
merged 1 commit into from
Jun 28, 2024
Merged

fix: docker publish rules #150

merged 1 commit into from
Jun 28, 2024

Conversation

stepanLav
Copy link
Member

No description provided.

Copy link

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 2.62% 183 / 6983
🔵 Statements 2.62% 183 / 6983
🔵 Functions 2.97% 5 / 168
🔵 Branches 3.22% 5 / 155
File CoverageNo changed files found.
Generated in workflow #136

@@ -51,11 +51,11 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
push: ${{ github.event_name != 'pull_request' || github.event.pull_request.merged }}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new docker image will be published if event is not pull_request or if it's pull_request.merged

tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
file: .docker/Dockerfile
build_args: |
build-args: |
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix typo

@tuul-wq tuul-wq merged commit a9a123b into dev Jun 28, 2024
1 check passed
@tuul-wq tuul-wq deleted the fix/publish_rules branch June 28, 2024 13:25
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.

2 participants