From 6c57cd948332b474700af15d3d739a72d6f10d43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraci=20Paix=C3=A3o=20Kr=C3=B6hling?= Date: Thu, 17 Dec 2020 10:23:36 +0100 Subject: [PATCH] Adjust container image tags (#148) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juraci Paixão Kröhling --- .github/workflows/publish-images.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-images.yaml b/.github/workflows/publish-images.yaml index 4d62dead1f..b0b886ad6b 100644 --- a/.github/workflows/publish-images.yaml +++ b/.github/workflows/publish-images.yaml @@ -6,6 +6,8 @@ on: release: types: [published] + workflow_dispatch: + jobs: publish-containers: name: Publish container images @@ -24,7 +26,10 @@ jobs: uses: crazy-max/ghaction-docker-meta@v1 with: images: quay.io/opentelemetry/opentelemetry-operator - tag-sha: true + tag-semver: | + {{raw}} + {{version}} + {{major}}.{{minor}} - name: Set up QEMU uses: docker/setup-qemu-action@v1