Skip to content

Commit

Permalink
Build for spilo 15:3.0-p1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcdonald committed Jun 5, 2023
1 parent 0968b95 commit 80eef77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
with:
repository: zalando/spilo
ref: 2.1-p6
ref: 3.0-p1

- name: Become one with the container registry
uses: docker/login-action@v1
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Build and push
run: |
# This version gets updated when spilo adds support for a new postgres version
APP_NAME=spilo-14
APP_NAME=spilo-15
VERSION=$(git describe --tags --always --dirty)
IMAGE_BASE=ghcr.io/finn-no/$APP_NAME
IMAGE_NAME=$IMAGE_BASE:$VERSION
Expand Down

0 comments on commit 80eef77

Please sign in to comment.