Skip to content

Commit

Permalink
Update version to 16 and tag to 3.2-p2
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcdonald committed Apr 8, 2024
1 parent 27e241c commit 09b166c
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: 3.1-p1
ref: 3.2-p2

- 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-15
APP_NAME=spilo-16
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 09b166c

Please sign in to comment.