diff --git a/.github/workflows/build_branch.yaml b/.github/workflows/build_branch.yaml index c5fe9238..d04b1457 100644 --- a/.github/workflows/build_branch.yaml +++ b/.github/workflows/build_branch.yaml @@ -3,7 +3,7 @@ name: Build branch on: push: branches: - - "*/**" + - "ignore-*/**" paths-ignore: - ".github/workflows/publish*.yaml" - "*.md" @@ -13,7 +13,7 @@ concurrency: cancel-in-progress: true env: - DOCKER_REPOSITORY: timescale/timescaledb-ha + DOCKER_REPOSITORY: timescaledev/timescaledb-ha DOCKER_REGISTRY: docker.io PG_MAJOR: 17 ALL_VERSIONS: "true" diff --git a/.github/workflows/publish_images.yaml b/.github/workflows/publish_images.yaml index 60734269..88f4157e 100644 --- a/.github/workflows/publish_images.yaml +++ b/.github/workflows/publish_images.yaml @@ -7,6 +7,7 @@ on: branches: - master - main + - brent/pg17 paths-ignore: - "*.md" @@ -18,7 +19,7 @@ concurrency: cancel-in-progress: true env: - DOCKER_REPOSITORY: timescale/timescaledb-ha + DOCKER_REPOSITORY: timescaledev/timescaledb-ha DOCKER_REGISTRY: docker.io jobs: