ci: fix docker build args in ci.yml

This commit is contained in:
2024-03-08 08:53:18 +01:00
committed by GitHub
parent 37dd40f151
commit f8a48e603b
+1 -1
View File
@@ -148,7 +148,7 @@ jobs:
with: with:
context: . context: .
file: Kemkas.Web/Composite.Dockerfile file: Kemkas.Web/Composite.Dockerfile
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-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
push: false push: false