From b0e10f0c62bb2b838ac09bea12b9f1e3152718b4 Mon Sep 17 00:00:00 2001 From: Manuel Date: Sat, 27 Jul 2024 20:04:03 +0200 Subject: [PATCH] config: test new tag name --- .github/workflows/deployment-docker-image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deployment-docker-image.yml b/.github/workflows/deployment-docker-image.yml index f290f26e8..38d5fe592 100644 --- a/.github/workflows/deployment-docker-image.yml +++ b/.github/workflows/deployment-docker-image.yml @@ -92,6 +92,7 @@ jobs: images: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}" tags: | type=raw,value=alpha + type=raw,value=early-adopters # tags: | # type=raw,value=latest # type=raw,value=${{ steps.semver.outputs.next }}