Skip to content

Commit

Permalink
Merge pull request #168 from jmkeil/master
Browse files Browse the repository at this point in the history
ci: fix step "Get release version" of build-and-push-image job
  • Loading branch information
ashleycaselli authored Mar 25, 2024
2 parents 67ef08a + 9dc5d5a commit 31a02bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Get release version
id: get_version
run: |
git fetch --tags
git fetch --tags -f
git fetch --prune --unshallow || true
LATEST_RELEASE=$(git describe --abbrev=0 --tags | sed 's/^v//')
Expand Down

0 comments on commit 31a02bb

Please sign in to comment.