From 4fb8215e00a4eccbdf6412131eef3a29d6419532 Mon Sep 17 00:00:00 2001 From: Brent Graveland Date: Mon, 14 Oct 2024 08:12:54 -0600 Subject: [PATCH] DO NOT MERGE: point to timescaledev while testing --- .github/workflows/build_branch.yaml | 4 ++-- .github/workflows/publish_images.yaml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) 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: