ci: add new build args VERSION BUILDDATE for action docker/build-push-action

This commit is contained in:
2025-02-25 05:48:59 -07:00
parent d2aee89c21
commit 71fad013cf
4 changed files with 24 additions and 0 deletions

View File

@@ -443,6 +443,8 @@ jobs:
provenance: false provenance: false
build-args: |- build-args: |-
ARCH=amd64 ARCH=amd64
VERSION=${{ env.IMAGE_VERSION }}
BUILDDATE=${{ env.NOW_DOCKER_LABEL }}
# # # #
# Release Github Build and Push Arm64 # Release Github Build and Push Arm64
@@ -462,6 +464,8 @@ jobs:
provenance: false provenance: false
build-args: |- build-args: |-
ARCH=arm64 ARCH=arm64
VERSION=${{ env.IMAGE_VERSION }}
BUILDDATE=${{ env.NOW_DOCKER_LABEL }}
# # # #
# Release Github Push Manifest # Release Github Push Manifest
@@ -761,6 +765,8 @@ jobs:
provenance: false provenance: false
build-args: |- build-args: |-
ARCH=amd64 ARCH=amd64
VERSION=${{ env.IMAGE_VERSION }}
BUILDDATE=${{ env.NOW_DOCKER_LABEL }}
# # # #
# Release Dockerhub Build and Push Arm64 # Release Dockerhub Build and Push Arm64
@@ -780,6 +786,8 @@ jobs:
provenance: false provenance: false
build-args: |- build-args: |-
ARCH=arm64 ARCH=arm64
VERSION=${{ env.IMAGE_VERSION }}
BUILDDATE=${{ env.NOW_DOCKER_LABEL }}
# # # #
# Release Dockerhub Push Manifest # Release Dockerhub Push Manifest
@@ -1149,6 +1157,8 @@ jobs:
provenance: false provenance: false
build-args: |- build-args: |-
ARCH=amd64 ARCH=amd64
VERSION=${{ env.IMAGE_VERSION }}
BUILDDATE=${{ env.NOW_DOCKER_LABEL }}
# # # #
# Release Gitea Build and Push Arm64 # Release Gitea Build and Push Arm64
@@ -1168,6 +1178,8 @@ jobs:
provenance: false provenance: false
build-args: |- build-args: |-
ARCH=arm64 ARCH=arm64
VERSION=${{ env.IMAGE_VERSION }}
BUILDDATE=${{ env.NOW_DOCKER_LABEL }}
# # # #
# Release Gitea Push Manifest # Release Gitea Push Manifest

View File

@@ -374,6 +374,8 @@ jobs:
provenance: false provenance: false
build-args: |- build-args: |-
ARCH=amd64 ARCH=amd64
VERSION=${{ env.IMAGE_VERSION }}
BUILDDATE=${{ env.NOW_DOCKER_LABEL }}
# # # #
# Release Dockerhub Build and Push Arm64 # Release Dockerhub Build and Push Arm64
@@ -393,6 +395,8 @@ jobs:
provenance: false provenance: false
build-args: |- build-args: |-
ARCH=arm64 ARCH=arm64
VERSION=${{ env.IMAGE_VERSION }}
BUILDDATE=${{ env.NOW_DOCKER_LABEL }}
# # # #
# Release Dockerhub Push Manifest # Release Dockerhub Push Manifest

View File

@@ -456,6 +456,8 @@ jobs:
provenance: false provenance: false
build-args: |- build-args: |-
ARCH=amd64 ARCH=amd64
VERSION=${{ env.IMAGE_VERSION }}
BUILDDATE=${{ env.NOW_DOCKER_LABEL }}
# # # #
# Release Gitea Build and Push Arm64 # Release Gitea Build and Push Arm64
@@ -475,6 +477,8 @@ jobs:
provenance: false provenance: false
build-args: |- build-args: |-
ARCH=arm64 ARCH=arm64
VERSION=${{ env.IMAGE_VERSION }}
BUILDDATE=${{ env.NOW_DOCKER_LABEL }}
# # # #
# Release Gitea Push Manifest # Release Gitea Push Manifest

View File

@@ -372,6 +372,8 @@ jobs:
provenance: false provenance: false
build-args: |- build-args: |-
ARCH=amd64 ARCH=amd64
VERSION=${{ env.IMAGE_VERSION }}
BUILDDATE=${{ env.NOW_DOCKER_LABEL }}
# # # #
# Release Github Build and Push Arm64 # Release Github Build and Push Arm64
@@ -391,6 +393,8 @@ jobs:
provenance: false provenance: false
build-args: |- build-args: |-
ARCH=arm64 ARCH=arm64
VERSION=${{ env.IMAGE_VERSION }}
BUILDDATE=${{ env.NOW_DOCKER_LABEL }}
# # # #
# Release Github Push Manifest # Release Github Push Manifest