From 132f7f1e1c2aeb95ab0fcb3d0c635a492c11e4e7 Mon Sep 17 00:00:00 2001 From: David W Bitner Date: Thu, 31 Oct 2024 12:43:05 -0500 Subject: [PATCH] fix ci --- .github/workflows/civ2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/civ2.yml b/.github/workflows/civ2.yml index a9b084f5..84564f0b 100644 --- a/.github/workflows/civ2.yml +++ b/.github/workflows/civ2.yml @@ -71,7 +71,7 @@ jobs: context: . target: pgstacbase file: docker/pgstac/Dockerfile - tags: ${{ needs.check-pgstac-base.outputs.pgstac-image-hash }} + tags: ghcr.io/stac-utils/${{ needs.check-pgstac-base.outputs.pgstac-image-hash }} push: true cache-from: type=gha cache-to: type=gha, mode=max