Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzhi committed Jun 8, 2024
1 parent 518aca4 commit 7b43023
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- name: Build the Docker image
run: |
docker build \
-f Dockerfile.source \
--build-arg GIT_COMMIT=$(git log -1 --format=%h) \
--build-arg GIT_REPO=$(git config --get remote.origin.url | sed 's/\.git$//') \
--build-arg GIT_BRANCH=$(git rev-parse --abbrev-ref HEAD) \
Expand Down

0 comments on commit 7b43023

Please sign in to comment.