simplify jar name (no version suffix)
This commit is contained in:
parent
6c7571630a
commit
9909727fb3
1 changed files with 9 additions and 0 deletions
9
.github/workflows/build_docker_latest.yml
vendored
9
.github/workflows/build_docker_latest.yml
vendored
|
@ -102,6 +102,15 @@ jobs:
|
|||
# -
|
||||
# name: Show generated tags
|
||||
# run: echo "${{ steps.docker_tags.outputs.tags }}"
|
||||
-
|
||||
name: Get short SHA
|
||||
uses: benjlevesque/short-sha@v1.2
|
||||
id: short-sha
|
||||
-
|
||||
name: Store short SHA as environment variable
|
||||
run: echo $SHA
|
||||
env:
|
||||
SHA: ${{ steps.short-sha.outputs.sha }}
|
||||
-
|
||||
name: Build and push
|
||||
id: docker_build
|
||||
|
|
Loading…
Add table
Reference in a new issue