Skip to content

Commit

Permalink
Update version for action-git-latest-release
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlemke committed Sep 19, 2024
1 parent 5bfc2eb commit 5e1ecdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Determine latest version
id: latest_version
uses: flownative/action-git-latest-release@master
uses: flownative/action-git-latest-release@v1

- run: |
sudo chmod -R ugo+rwX . && shopt -s dotglob && rm -rf *
Expand All @@ -23,7 +23,7 @@ jobs:
with:
ref: ${{ steps.latest_version.outputs.tag }}
fetch-depth: 100

- name: Docker meta
id: meta
uses: docker/metadata-action@v3
Expand Down

0 comments on commit 5e1ecdd

Please sign in to comment.