Skip to content

Commit

Permalink
DO NOT MERGE: point to timescaledev while testing
Browse files Browse the repository at this point in the history
  • Loading branch information
graveland committed Oct 16, 2024
1 parent 1a4c967 commit 03b1602
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build branch
on:
push:
branches:
- "*/**"
- "ignore-*/**"
paths-ignore:
- ".github/workflows/publish*.yaml"
- "*.md"
Expand All @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches:
- master
- main
- brent/pg17
paths-ignore:
- "*.md"

Expand All @@ -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:
Expand Down

0 comments on commit 03b1602

Please sign in to comment.