updated work flows

This commit is contained in:
Safwan
2025-07-21 12:58:11 +05:00
parent 1e1f094516
commit dec3410b7f
3 changed files with 28 additions and 3 deletions
+7 -2
View File
@@ -134,8 +134,13 @@ jobs:
context: .
file: ${{ env.DOCKER_FILE_PATH }}
pull: true
push: false
build-args: BUILD_PARAMETERS=${{ env.BUILD_PARAMETERS }}
push: true
build-args: |
VERSION=merge-${{ github.event.number }}
COMMIT=${{ github.sha }}
BUILD_DATE=${{ steps.prep.outputs.created }}
BUILD_PARAMETERS=${{ env.BUILD_PARAMETERS }}
cache-to: type=inline
platforms: linux/amd64,linux/arm,linux/arm64
tags: |