mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 15:41:02 -05:00
fix bug
This commit is contained in:
parent
8eb4d621d6
commit
7c321102dd
1 changed files with 10 additions and 0 deletions
10
.github/workflows/deploy-RELEASE-standard.yml
vendored
10
.github/workflows/deploy-RELEASE-standard.yml
vendored
|
@ -88,6 +88,16 @@ jobs:
|
||||||
password: ${{ secrets.GCR_TOKEN }}
|
password: ${{ secrets.GCR_TOKEN }}
|
||||||
registry: ghcr.io
|
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 #
|
# Docker cache #
|
||||||
################
|
################
|
||||||
|
|
Loading…
Reference in a new issue