Skip to content

Commit

Permalink
add build information when building docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
sduoduo233 committed Feb 28, 2024
1 parent 72a448d commit c8ed291
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set Commit
run: echo "$(git rev-parse --short HEAD)" > constants/git_commit.txt

- name: Set Version
run: echo "$GITHUB_REF_NAME" > constants/version.txt

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand Down

0 comments on commit c8ed291

Please sign in to comment.