From 85d1e3511b65ebe96b5809e0fee5fa2607136811 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Thu, 16 Dec 2021 17:00:27 +0000 Subject: Update repo & image name --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d71d520..f37ba87 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,11 +49,11 @@ jobs: context: . file: ./Dockerfile push: true - cache-from: type=registry,ref=ghcr.io/chrislovering/psql_pg_cron:latest + cache-from: type=registry,ref=ghcr.io/chrislovering/psql_extended:latest cache-to: type=inline tags: | - ghcr.io/chrislovering/psql_pg_cron:latest - ghcr.io/chrislovering/psql_pg_cron:14 - ghcr.io/chrislovering/psql_pg_cron:${{ steps.sha_tag.outputs.tag }} + ghcr.io/chrislovering/psql_extended:latest + ghcr.io/chrislovering/psql_extended:14 + ghcr.io/chrislovering/psql_extended:${{ steps.sha_tag.outputs.tag }} build-args: | git_sha=${{ github.sha }} -- cgit v1.2.3