Update deploy-RELEASE-slim.yml (#1613)

* Update deploy-RELEASE-slim.yml

* spacing
This commit is contained in:
Lukas Gravley 2021-06-03 09:45:15 -05:00 committed by GitHub
parent 6ce478c991
commit 30812b0716
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,6 +107,15 @@ jobs:
password: ${{ secrets.GCR_TOKEN }}
registry: ghcr.io
###########################
# Get the current release #
###########################
- name: Get current Release number
run: |
echo "RELEASE_VERSION=$(echo "${{ github.event.issue.title }}" \
| grep -E -o "v[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+")" \
>> ${GITHUB_ENV}
###########################################
# Build and Push containers to registries #
###########################################