Skip to content

Commit

Permalink
ci: fix: docker/build-push-action build-args syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
morbalint authored Mar 8, 2024
1 parent cd2435d commit 8f9d0f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f9d0f1

Please sign in to comment.