From 0b726a8598f2d5fc128a70a92c39d9554d23af93 Mon Sep 17 00:00:00 2001 From: David W Bitner Date: Thu, 31 Oct 2024 12:56:12 -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 50502b64..535bb495 100644 --- a/.github/workflows/civ2.yml +++ b/.github/workflows/civ2.yml @@ -77,7 +77,7 @@ jobs: context: . target: pgstacbase file: docker/pgstac/Dockerfile - tags: ghcr.io/stac-utils/${{ needs.check-pgstac-base.outputs.pgstac-image-hash }} + tags: ghcr.io/stac-utils/pgstac-base:${{ needs.check-pgstac-base.outputs.pgstac-image-hash }} push: true cache-from: type=gha cache-to: type=gha, mode=max