Skip to content

Commit

Permalink
fix: write git version to VERSION in CI (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored Sep 1, 2023
1 parent f1be9fd commit b03a820
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
type=ref,event=branch
type=ref,event=pr
- name: Write "git describe --tags --dirty" to VERSION
run: |
git describe --tags --dirty > VERSION
- name: Build and push Docker image
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit b03a820

Please sign in to comment.