Skip to content

Commit

Permalink
Add --always.
Browse files Browse the repository at this point in the history
  • Loading branch information
scossu committed Aug 14, 2024
1 parent 0cf74c5 commit d7fad2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-test-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: update version info
run: |
git fetch --tags
git describe --tags >| VERSION
git describe --tags --always >| VERSION
git rev-parse HEAD >> VERSION
- name: Build the Docker image
Expand Down

0 comments on commit d7fad2e

Please sign in to comment.