Change fetch depth to 0
Build and push mlflow container / Create mlflow tag (push) Successful in 4s Details
Build and push mlflow container / Build and push mlflow container (push) Has been skipped Details

This commit is contained in:
LordMathis 2024-01-31 14:06:08 +01:00
parent 9e29f8c1f0
commit a4ed47c176
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Fetch tags with:
run: git fetch --tags origin fetch-depth: 0
- name: Get latest git tag - name: Get latest git tag
id: tag id: tag
run: echo "tag=$(git describe --tags --abbrev=0)" >> $GITHUB_OUTPUT run: echo "tag=$(git describe --tags --abbrev=0)" >> $GITHUB_OUTPUT