From 81210a3ff601d27d71151f1bfb8a85086cc89f3c Mon Sep 17 00:00:00 2001 From: anhefti Date: Thu, 8 Dec 2022 08:44:26 +0100 Subject: [PATCH] try same --- .github/workflows/buildReporting.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildReporting.yml b/.github/workflows/buildReporting.yml index a2a8fa05..738ddd05 100644 --- a/.github/workflows/buildReporting.yml +++ b/.github/workflows/buildReporting.yml @@ -152,7 +152,13 @@ jobs: with: images: anhefti/seb-server tags: | - anhefti/seb-server:${{ env.TAG_NAME }} + type=schedule + type=ref,event=branch + type=ref,event=pr + type=semver,pattern={{version}} + type=semver,pattern={{major}}.{{minor}} + type=semver,pattern={{major}} + type=sha - name: Build and push id: docker_build @@ -175,4 +181,4 @@ jobs: run: cosign sign ${TAGS} env: COSIGN_EXPERIMENTAL: true - TAGS: ${{ env.TAG_NAME }} \ No newline at end of file + TAGS: ${{ steps.meta.outputs.tags }} \ No newline at end of file