We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a6b3e commit d56a260Copy full SHA for d56a260
.github/workflows/docker.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Get the current tag
29
id: currentTag
30
- run: echo "TAG=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
+ run: git fetch --prune --unshallow && TAG=$(git describe --tags --abbrev=0) && echo $TAG && echo "TAG="$TAG >> "$GITHUB_ENV"
31
32
- name: Build and push Docker image
33
uses: docker/build-push-action@v6
0 commit comments