diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index babbc1d5..cbe1f78e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Find latest tag run: | echo "LATEST_TAG=$(git describe --tags `git rev-list --tags --max-count=1`)" >> $GITHUB_ENV @@ -41,4 +43,4 @@ jobs: file: ./Dockerfile push: true tags: 'gtstef/filebrowser:latest' - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }}