From 80eef77478786267fb371aa702d3b10f2d781051 Mon Sep 17 00:00:00 2001 From: James McDonald Date: Mon, 5 Jun 2023 10:53:31 +0200 Subject: [PATCH] Build for spilo 15:3.0-p1 --- .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 c450495..5c69991 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: 2.1-p6 + ref: 3.0-p1 - 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-14 + APP_NAME=spilo-15 VERSION=$(git describe --tags --always --dirty) IMAGE_BASE=ghcr.io/finn-no/$APP_NAME IMAGE_NAME=$IMAGE_BASE:$VERSION