Skip to content

Commit

Permalink
fix commit sha web-app
Browse files Browse the repository at this point in the history
  • Loading branch information
minaxolone committed Apr 18, 2024
1 parent 9a71c3f commit da7542d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-web-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args:
CI_COMMIT_SHA: "$env:GITHUB_SHA"
build-args: |
CI_COMMIT_SHA="$env:GITHUB_SHA"

0 comments on commit da7542d

Please sign in to comment.