diff --git a/.github/workflows/docker.build.yaml b/.github/workflows/docker.build.yaml index 3a53b98..fe428ba 100644 --- a/.github/workflows/docker.build.yaml +++ b/.github/workflows/docker.build.yaml @@ -22,9 +22,9 @@ jobs: newTag: ${{ steps.latest_version.outputs.tag }} dockerBuildResult: ${{ steps.build_image.outcome }} steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v4 with: - fetch-depth: 10 + fetch-depth: 1 - name: extract branch name id: branch_name @@ -40,7 +40,7 @@ jobs: - name: Determine latest tracker version id: latest_version - uses: flownative/action-git-latest-release@master + uses: flownative/action-git-latest-release@v1.1.2 - name: Build Docker image id: build_image @@ -62,4 +62,4 @@ jobs: run: | echo "Remove git tag by failure (${{ needs.build.outputs.newTag }})" git tag -d ${{ needs.build.outputs.newTag }} && git push origin :refs/tags/${{ needs.build.outputs.newTag }} - exit 1 \ No newline at end of file + exit 1