Skip to content

Commit

Permalink
Fix gitinfo.json on build
Browse files Browse the repository at this point in the history
  • Loading branch information
allgood committed Jul 28, 2024
1 parent 6951a0f commit 87072aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
"branchName": "$(git rev-parse --abbrev-ref HEAD)",
"tagName": "$(git describe --tags --abbrev=0 2>/dev/null || echo 'N/A')",
"buildTimestamp": "$(date -u +"%Y-%m-%dT%H:%M:%SZ")"
};
}
EOT
- name: Log in to the Container registry
Expand Down

0 comments on commit 87072aa

Please sign in to comment.