Skip to content

Commit

Permalink
Mirror config updates in push-app-image action.
Browse files Browse the repository at this point in the history
  • Loading branch information
scossu committed Aug 14, 2024
1 parent d7fad2e commit e403023
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push-app-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:

- name: update version info
run: |
git describe --tags >| VERSION
git fetch --tags
git describe --tags --always >| VERSION
git rev-parse HEAD >> VERSION
- name: Build the Docker image
Expand Down

0 comments on commit e403023

Please sign in to comment.