This commit is contained in:
Admiral Awkbar 2021-08-31 12:37:27 -05:00
parent 8eb4d621d6
commit 7c321102dd

View file

@ -88,6 +88,16 @@ jobs:
password: ${{ secrets.GCR_TOKEN }}
registry: ghcr.io
###########################
# Get the current release #
###########################
- name: Get current Release number
# shellcheck disable=SC2062
run: |
echo "RELEASE_VERSION=$(echo ${{ github.event.release.name }} \
| grep -E -o "v[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+")" \
>> "${GITHUB_ENV}"
################
# Docker cache #
################