Browse Source

checkout release branch

pull/335/head
GilbN 3 years ago
committed by GitHub
parent
commit
a53bc74996
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/docker-build.yml

1
.github/workflows/docker-build.yml

@ -14,6 +14,7 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
ref: ${{ github.event.release.target_commitish }}
- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}

Loading…
Cancel
Save