fixed docker pipeline
This commit is contained in:
parent
ea9b74bbd4
commit
46a927e489
@ -27,4 +27,9 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: "${{ vars.CONTAINER_REGISTRY_URL }}/${{gitea.repository}}:latest"
|
tags: "${{ vars.CONTAINER_REGISTRY_URL }}/${{gitea.repository}}:latest"
|
||||||
|
build-args: |
|
||||||
|
FILE_BINARY=${{ env.APPLICATION_FILE_BINARY }}
|
||||||
|
NAME_APPLICATION=${{ env.APPLICATION_NAME }}
|
||||||
|
PORT_EXPOSURE=${{ env.APPLICATION_PORT }}
|
||||||
|
JAVA_VERSION=${{ env.APPLICATION_JAVA_VERSION }}
|
||||||
Loading…
Reference in New Issue
Block a user