From c244e377bb29969ee32504bda7b3e72d089c4d01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Efe=20=C3=87etin?= Date: Mon, 3 Mar 2025 13:37:12 +0300 Subject: [PATCH] update tag --- .github/workflows/master-latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master-latest.yml b/.github/workflows/master-latest.yml index 1b071ab..84373bf 100644 --- a/.github/workflows/master-latest.yml +++ b/.github/workflows/master-latest.yml @@ -44,7 +44,7 @@ jobs: platforms: linux/amd64,linux/arm64 pull: true # avoid bitrot with repeated cache hits push: true - tags: ghcr.io/${{ github.repository_owner }}/ansi-hastebin:latest,ghcr.io/${{ github.repository_owner }}/ansi-hastebin:0.0.8 # @TODO: read from package.json + tags: ghcr.io/${{ github.repository_owner }}/ansi-hastebin:latest,ghcr.io/${{ github.repository_owner }}/ansi-hastebin:0.0.9 # @TODO: read from package.json labels: | org.opencontainers.image.title=ansi-hastebin org.opencontainers.image.description=${{ github.event.repository.description }}