Skip to content

Commit

Permalink
fix: python script path
Browse files Browse the repository at this point in the history
  • Loading branch information
pipech committed Nov 21, 2023
1 parent 3cc8fdc commit ad4f822
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
docker run --rm ${{ env.IMAGE_ACTION_TAG }} bench version > version.txt
- name: Formatting and set version variable
run: python tag_image.py
run: python scripts/tag_image.py

- name: Tag and push
uses: docker/build-push-action@v5
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tag_image.py → script/tag_image.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# used in .github/workflows/push-docker.yml

import re


Expand Down

0 comments on commit ad4f822

Please sign in to comment.