bind cite maven arguments to xml environments

This commit is contained in:
Alexandros Mandilaras 2024-02-20 15:21:09 +02:00
parent c55f160d9b
commit 2bbb2c35f6
1 changed files with 2 additions and 0 deletions

View File

@ -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/