Skip to content

Commit

Permalink
actions: fix image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnyshell-eaas-migrations committed Mar 11, 2024
1 parent 6696bb1 commit 1b99972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: read tags
run: |
echo "VERSION=$(cat version.txt)" >> $GITHUB_ENV
echo "VERSION=$(cat app/version.txt)" >> $GITHUB_ENV
- name: debug
run: |
Expand Down

0 comments on commit 1b99972

Please sign in to comment.