As far as I can tell the .github/workflows/publish-to-docker.yml workflow check that the images can be built for PRs as well, but publishes to Docker HUB only after it was merged. (or when the workflow was triggered by crontab. (or push or workflow_dispatch)
As far as I can tell the
.github/workflows/publish-to-docker.ymlworkflow check that the images can be built for PRs as well, but publishes to Docker HUB only after it was merged. (or when the workflow was triggered by crontab. (or push or workflow_dispatch)