From 3d4b7715d7eb7a37ed0c03d610064dd942a34576 Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Mon, 13 Jun 2022 11:56:23 +0000 Subject: [PATCH] Add docker-metadata tags to images --- .github/workflows/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 61e5582..b5bc1d4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -23,6 +23,9 @@ jobs: uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38 with: images: mumoshu/aws-secret-operator + tags: | + type=semver,pattern={{version}} + type=semver,pattern={{major}}.{{minor}} - name: Build and push Docker image uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc with: