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 eb4ccbe commit 289f984Copy full SHA for 289f984
.github/workflows/build-push-apptainer.yml
@@ -33,9 +33,8 @@ jobs:
33
- name: Get latest tag from history
34
id: tag
35
run: |
36
- git fetch --tags
37
if ! LATEST_TAG=$(git describe --tags --abbrev=0); then
38
- echo "::error::No tags found in repository"
+ echo "::error::Latest tag not found in repository"
39
exit 1
40
fi
41
echo "LATEST_TAG=$LATEST_TAG" >> $GITHUB_ENV
.github/workflows/build-push-docker.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
30
31
0 commit comments