From 09b166cb357456f079e857afc1d2041c5cd7bc35 Mon Sep 17 00:00:00 2001 From: James McDonald Date: Mon, 8 Apr 2024 19:45:58 +0200 Subject: [PATCH] Update version to 16 and tag to 3.2-p2 --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2873a40..19417ad 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 @@ -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