fixed docker pipeline
This commit is contained in:
parent
ea9b74bbd4
commit
46a927e489
@ -28,3 +28,8 @@ jobs:
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
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