From 964b9a16b9d42d91773f19c8f1d47a74026e814b Mon Sep 17 00:00:00 2001 From: Guy Owen Date: Fri, 13 Oct 2023 15:18:02 +1100 Subject: [PATCH] [DDS-1723] Updated image tags. --- .github/workflows/build-deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index bf33cd4a..9f725090 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -43,7 +43,8 @@ jobs: images: | ${{ env.REGISTRY }}/${{ github.repository }}/${{ matrix.images }} tags: | - type=ref,event=branch + type=ref,event=pull_request + type=raw,value={{github.event.pull_request.head.ref}},enable=${{ github.event.pull_request.merged == true }} labels: | maintainer=Digital Victoria repository=${{ github.repositoryUrl }}