Skip to content
Snippets Groups Projects
Unverified Commit 36237549 authored by Ahmad Farhat's avatar Ahmad Farhat Committed by GitHub
Browse files

Build v3 image on prerelease (#4083)

parent f8d4f69d
Branches
Tags release-3.0.0-beta.4
No related merge requests found
...@@ -58,6 +58,7 @@ jobs: ...@@ -58,6 +58,7 @@ jobs:
push: true push: true
tags: | 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_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 }}" build-args: "VERSION_TAG=release-${{ steps.ci_tag_release_version.outputs.tag }}"
cache-from: type=local,src=/tmp/.buildx-cache cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new cache-to: type=local,dest=/tmp/.buildx-cache-new
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment