ci: fix: docker/build-push-action build-args syntax

This commit is contained in:
2024-03-08 09:03:48 +01:00
committed by GitHub
parent cd2435dde5
commit 8f9d0f1cb5
+3 -1
View File
@@ -148,7 +148,9 @@ jobs:
with:
context: .
file: Kemkas.Web/Composite.Dockerfile
build-args: FE_TAG=${{ env.GITHUB_SHA_SHORT }},BE_TAG=${{ env.GITHUB_SHA_SHORT }}
build-args: |
FE_TAG=${{ env.GITHUB_SHA_SHORT }}
BE_TAG=${{ env.GITHUB_SHA_SHORT }}
cache-from: type=gha
cache-to: type=gha,mode=max
push: false