forked from External/greenlight
GRN2-XX: restored version_code
This commit is contained in:
6
.github/workflows/ci.build.release.yml
vendored
6
.github/workflows/ci.build.release.yml
vendored
@@ -73,7 +73,7 @@ jobs:
|
||||
"${{ steps.ci_docker_repository.outputs.repository }}:v${{ steps.ci_tag_release_major.outputs.tag }}"
|
||||
"${{ steps.ci_docker_repository.outputs.repository }}:v${{ steps.ci_tag_release_minor.outputs.tag }}"
|
||||
"${{ steps.ci_docker_repository.outputs.repository }}:latest"
|
||||
build-args: "VERSION_CODE=${{ steps.ci_tag_release_revision.outputs.tag }}"
|
||||
build-args: "version_code=${{ steps.ci_tag_release_revision.outputs.tag }}"
|
||||
cache-from: type=local,src=/tmp/.buildx-cache
|
||||
cache-to: type=local,dest=/tmp/.buildx-cache-new
|
||||
|
||||
@@ -86,7 +86,7 @@ jobs:
|
||||
push: true
|
||||
tags: |
|
||||
"${{ steps.ci_docker_repository.outputs.repository }}:${{ steps.ci_tag_release.outputs.tag }}-alpine"
|
||||
build-args: "VERSION_CODE=${{ steps.ci_tag_release_revision.outputs.tag }}"
|
||||
build-args: "version_code=${{ steps.ci_tag_release_revision.outputs.tag }}"
|
||||
cache-from: type=local,src=/tmp/.buildx-cache
|
||||
cache-to: type=local,dest=/tmp/.buildx-cache-new
|
||||
|
||||
@@ -99,7 +99,7 @@ jobs:
|
||||
push: true
|
||||
tags: |
|
||||
"${{ steps.ci_docker_repository.outputs.repository }}:${{ steps.ci_tag_release.outputs.tag }}-amazonlinux"
|
||||
build-args: "VERSION_CODE=${{ steps.ci_tag_release_revision.outputs.tag }}"
|
||||
build-args: "version_code=${{ steps.ci_tag_release_revision.outputs.tag }}"
|
||||
cache-from: type=local,src=/tmp/.buildx-cache
|
||||
cache-to: type=local,dest=/tmp/.buildx-cache-new
|
||||
|
||||
|
||||
Reference in New Issue
Block a user