Skip to content

Commit

Permalink
Temporarily remove hot forge (#148)
Browse files Browse the repository at this point in the history
This allows us to circumvent an issue stopping us from releasing 2.4.1
  • Loading branch information
sgichohi authored Aug 19, 2021
1 parent 9deca64 commit 3038c51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
DEBIAN_REPO_MIRROR: cdn-aws.deb.debian.org
INSTALL_METHOD: docker-ha
TIMESCALE_TSDB_ADMIN: "0.1.1"
TIMESCALE_HOT_FORGE: "v0.1.25"
TIMESCALE_HOT_FORGE: ""
jobs:
build-image:
name: Build the default Docker Image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
DOCKER_HUB_URL: docker.io/timescale/timescaledb-ha
INSTALL_METHOD: docker-ha
TIMESCALE_TSDB_ADMIN: "0.1.1"
TIMESCALE_HOT_FORGE: "v0.1.25"
TIMESCALE_HOT_FORGE: ""
jobs:
publish-image:
name: Publish the Docker Images
Expand Down

0 comments on commit 3038c51

Please sign in to comment.