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 registry publishing #72

Merged
merged 1 commit into from
Oct 4, 2021
Merged

Fix docker registry publishing #72

merged 1 commit into from
Oct 4, 2021

Conversation

snicki13
Copy link
Member

@snicki13 snicki13 commented Oct 4, 2021

Publishing is skipped on version tag, because it is explicitly verified, that the ref is a push to master.

This should work. Inspired by https://github.com/docker/build-push-action/blob/master/docs/advanced/tags-labels.md


resolves #71

Publishing is skipped on version tag, because it is explicitly verified, that the ref is a push to master.

This should work. Inspired by https://github.com/docker/build-push-action/blob/master/docs/advanced/tags-labels.md
@snicki13 snicki13 requested a review from mxsph October 4, 2021 17:56
@snicki13 snicki13 enabled auto-merge (squash) October 4, 2021 17:56
@snicki13 snicki13 merged commit 71810aa into master Oct 4, 2021
@snicki13 snicki13 deleted the publish branch October 4, 2021 17:59
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.

[CI/CD] Docker containers are not pushed to the registry after creating a relase
2 participants