mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
Update deploy-RELEASE-slim.yml (#1613)
* Update deploy-RELEASE-slim.yml * spacing
This commit is contained in:
parent
6ce478c991
commit
30812b0716
1 changed files with 9 additions and 0 deletions
9
.github/workflows/deploy-RELEASE-slim.yml
vendored
9
.github/workflows/deploy-RELEASE-slim.yml
vendored
|
@ -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 #
|
||||
###########################################
|
||||
|
|
Loading…
Reference in a new issue