Skip to content

Commit

Permalink
ci: Add the missing build-args: GIT_SHA in first no_module build step
Browse files Browse the repository at this point in the history
Signed-off-by: 陳鈞 <[email protected]>
  • Loading branch information
jim60105 committed Jan 14, 2024
1 parent e5577d9 commit 05b33f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
load: true
target: no_model
labels: ${{ steps.setup.outputs.labels }}
build-args: |
GIT_SHA=${{ github.sha }}
platforms: linux/amd64
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down Expand Up @@ -103,6 +105,8 @@ jobs:
load: true
target: no_model
labels: ${{ steps.setup.outputs.labels }}
build-args: |
GIT_SHA=${{ github.sha }}
platforms: linux/amd64
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit 05b33f1

Please sign in to comment.