From 9a175f1639ea3793e5f241090531b445d2ff8f5d Mon Sep 17 00:00:00 2001 From: gimse <23360355+gimse@users.noreply.github.com> Date: Sat, 2 Dec 2023 22:07:53 +0100 Subject: [PATCH] outputs: type=image,name=target --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8920340..e867292 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -34,4 +34,4 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - outputs: annotation-index.org.opencontainers.image.description=See https://github.com/gimse/go-pmtiles for more info. \ No newline at end of file + outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=See https://github.com/gimse/go-pmtiles for more info. \ No newline at end of file