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