fixed Docker image version tag
This commit is contained in:
parent
bc1e933087
commit
3d58aecd92
1 changed files with 1 additions and 1 deletions
2
.github/workflows/buildReporting.yml
vendored
2
.github/workflows/buildReporting.yml
vendored
|
@ -77,7 +77,7 @@ jobs:
|
|||
restore-keys: ${{ runner.os }}-m2
|
||||
-
|
||||
name: Build with Maven
|
||||
run: mvn clean install -Dmaven.test.skip=true -Dsebserver-version="${{ env.SHA }}"
|
||||
run: mvn clean install -Dmaven.test.skip=true -Dsebserver-version="${{ env.TAG_NAME }}"
|
||||
env:
|
||||
sebserver-version: ${{ env.SHA }}
|
||||
-
|
||||
|
|
Loading…
Reference in a new issue