From 0e1be7b3fa2389cbcd061a697ae6d3eaca221511 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Wed, 21 Jun 2023 22:08:30 -0700 Subject: [PATCH] Create tags for OSS images on release branch Enables creating a tag for the OSS Docker images in release branches --- .github/workflows/build-oss.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-oss.yml b/.github/workflows/build-oss.yml index a1f376ff07..c4e97f37a8 100644 --- a/.github/workflows/build-oss.yml +++ b/.github/workflows/build-oss.yml @@ -110,6 +110,7 @@ jobs: tags: | type=edge type=ref,event=pr + type=ref,event=branch,enable=${{ startsWith(github.ref, 'refs/heads/release-') }} type=schedule,enable=${{ inputs.tag == '' }} type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}}