Skip to content

Commit

Permalink
fix: write version for docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
longstone authored Aug 20, 2024
1 parent c95f88b commit e146e29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Update version file ⬆️
uses: brettdorrans/write-version-to-file@v1.1.0
with:
filename: 'setup.py'
placeholder: 'latest-dev'
filename: '.VERSION'
placeholder: '${VERSION}'

- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
Expand Down

0 comments on commit e146e29

Please sign in to comment.