mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 14:10:56 -05:00
Use calculated major version instead of hardcoded v5 (#4441)
* Use calculated major version instead of hardcoded v5 fixes #4419 * remove trailing whitespace
This commit is contained in:
parent
b9cb2b121d
commit
1f93390f29
1 changed files with 2 additions and 2 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -88,7 +88,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
src: ghcr.io/super-linter/super-linter:${{ matrix.images.prefix }}latest
|
src: ghcr.io/super-linter/super-linter:${{ matrix.images.prefix }}latest
|
||||||
dst: |
|
dst: |
|
||||||
ghcr.io/super-linter/super-linter:${{ matrix.images.prefix }}v5
|
ghcr.io/super-linter/super-linter:${{ matrix.images.prefix }}${{ env.SEMVER_MAJOR_VERSION_WITH_PREFIX }}
|
||||||
ghcr.io/super-linter/super-linter:${{ matrix.images.prefix }}${{ env.RELEASE_VERSION }}
|
ghcr.io/super-linter/super-linter:${{ matrix.images.prefix }}${{ env.RELEASE_VERSION }}
|
||||||
|
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
|
|
Loading…
Reference in a new issue