Skip to content

Commit

Permalink
uses: flownative/action-git-latest-release@v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
luchaninov authored Sep 16, 2024
1 parent 02e9f6c commit d0961e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
exit 1

0 comments on commit d0961e6

Please sign in to comment.