diff --git a/.github/workflows/release-standalone-docker-img-postgres-offical.yml b/.github/workflows/release-standalone-docker-img-postgres-offical.yml index db0525b9e..517d394af 100644 --- a/.github/workflows/release-standalone-docker-img-postgres-offical.yml +++ b/.github/workflows/release-standalone-docker-img-postgres-offical.yml @@ -1,10 +1,10 @@ name: Release standalone docker image on: push: - tags: - - "v*.*.*" - - "v*.*.*-nightly-*" - - "v*.*.*-nightly-*.*" + # tags: + # - "v*.*.*" + # - "v*.*.*-nightly-*" + # - "v*.*.*-nightly-*.*" branches: - "daniel/auto-trigger-binary-release"