Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dt-ebertb committed Aug 13, 2024
1 parent 1b3a3f2 commit 0466e6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/spilo_pgversion_14.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
PGVERSION: "14"
PGOLDVERSIONS: "10 11 12 13"
IMAGE_NAME: datatactics/dtacs-spilo
TAG: v1.0
TAG: v1.1

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spilo_pgversion_15.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
PGVERSION: "15"
PGOLDVERSIONS: "10 11 12 13 14"
IMAGE_NAME: datatactics/dtacs-spilo
TAG: v1.0
TAG: v1.1

jobs:

Expand Down
2 changes: 1 addition & 1 deletion postgres-appliance/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM $BASE_IMAGE as dependencies-builder

ARG DEMO

ENV WALG_VERSION=v2.0.1
ENV WALG_VERSION=REL2_0_STABLE

COPY build_scripts/dependencies.sh /builddeps/

Expand Down

0 comments on commit 0466e6e

Please sign in to comment.