mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 18:20:57 -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 }}
|
password: ${{ secrets.GCR_TOKEN }}
|
||||||
registry: ghcr.io
|
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 #
|
# Build and Push containers to registries #
|
||||||
###########################################
|
###########################################
|
||||||
|
|
Loading…
Reference in a new issue