From 362375494ed33e3e61ce3908fc5a01fff2fdc8cf Mon Sep 17 00:00:00 2001 From: Ahmad Farhat <ahmad.af.farhat@gmail.com> Date: Tue, 8 Nov 2022 13:35:20 -0500 Subject: [PATCH] Build v3 image on prerelease (#4083) --- .github/workflows/ci.build.prerelease.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.build.prerelease.yml b/.github/workflows/ci.build.prerelease.yml index e89f23dd..dfa94e52 100644 --- a/.github/workflows/ci.build.prerelease.yml +++ b/.github/workflows/ci.build.prerelease.yml @@ -58,6 +58,7 @@ jobs: push: true tags: | "${{ steps.ci_docker_repository.outputs.repository }}:v${{ steps.ci_tag_release_version.outputs.tag }}" + "${{ steps.ci_docker_repository.outputs.repository }}:v${{ steps.ci_tag_release_major.outputs.tag }}" build-args: "VERSION_TAG=release-${{ steps.ci_tag_release_version.outputs.tag }}" cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache-new -- GitLab