bind cite maven arguments to xml environments
This commit is contained in:
parent
c55f160d9b
commit
2bbb2c35f6
|
@ -3,6 +3,8 @@ FROM maven:3.9-eclipse-temurin-17-alpine AS build-stage
|
||||||
|
|
||||||
ARG CITE_MAVEN_ACCOUNT_USR
|
ARG CITE_MAVEN_ACCOUNT_USR
|
||||||
ARG CITE_MAVEN_ACCOUNT_PSW
|
ARG CITE_MAVEN_ACCOUNT_PSW
|
||||||
|
ENV server_username=$CITE_MAVEN_ACCOUNT_USR
|
||||||
|
ENV server_password=$CITE_MAVEN_ACCOUNT_PSW
|
||||||
|
|
||||||
COPY pom.xml /build/
|
COPY pom.xml /build/
|
||||||
COPY notification /build/notification/
|
COPY notification /build/notification/
|
||||||
|
|
Loading…
Reference in New Issue