diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index fc47273..896562b 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -5,11 +5,11 @@ name: Docker # separate terms of service, privacy policy, and support # documentation. -on: - release: - types: [ "push" ] - pull_request: - branches: [ "main" ] +on: [ "push" ] + #release: + # types: [ "push" ] + #pull_request: + # branches: [ "main" ] env: # Use docker.io for Docker Hub if empty