Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinnrry committed Mar 4, 2024
1 parent 440ed7a commit 28bae50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Build FE
run: |
echo "$(git show -s --format=%H)"
echo "GITHASH=$(git show -s --format=%H)" >> ${GITHASH}
echo "GITHASH=$(git show -s --format=%H)" >> ${GITHUB_ENV}
make build_fe
- name: Log in to the Container registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_build_pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Build FE
run: |
echo "GITHASH=$(git show -s --format=%H)" >> ${GITHASH}
echo "GITHASH=$(git show -s --format=%H)" >> ${GITHUB_ENV}
make build_fe
- name: Log in to the Container registry
Expand Down

0 comments on commit 28bae50

Please sign in to comment.