Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
moria97 committed Jul 31, 2024
1 parent 734f8c6 commit 7cd306b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- name: Extract version
run: |
pip install poetry
echo "IMAGE_TAG=$(poetry version --short)_$(date + '%Y%m%d')" >> $GITHUB_ENV
echo "IMAGE_TAG=$(poetry version --short)_$(date +'%Y%m%d')" >> $GITHUB_ENV
echo "image_tag:${{env.IMAGE_TAG}}\ncommit_id:$(git rev-parse HEAD)" > __build_version.cfg
# Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.
- name: Login to ACR Hangzhou region
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -224,3 +224,4 @@ output
localdata/
model_repository/
*.tmp
__*

0 comments on commit 7cd306b

Please sign in to comment.