diff --git a/.github/actions/docker.yaml b/.github/actions/docker.yaml index e68147e..4e7ac75 100644 --- a/.github/actions/docker.yaml +++ b/.github/actions/docker.yaml @@ -10,8 +10,6 @@ on: - cron: '21 23 * * *' push: branches: [ "main" ] - # Publish semver tags as releases. - tags: [ 'v*.*.*' ] pull_request: branches: [ "main" ]