From 706476b3c5356ea6555b321503a1464c91d64af3 Mon Sep 17 00:00:00 2001 From: mayur-hitachivantara Date: Fri, 22 Dec 2023 17:34:05 +0530 Subject: [PATCH] [HNC-466]-testing --- .github/bootstrap-image/Dockerfile | 1 + .github/workflows/bootstrap-image.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/bootstrap-image/Dockerfile b/.github/bootstrap-image/Dockerfile index 9fefb33..439f757 100644 --- a/.github/bootstrap-image/Dockerfile +++ b/.github/bootstrap-image/Dockerfile @@ -1,4 +1,5 @@ + FROM one.hitachivantara.com/docker/jenkins-build/maven/open-jdk/11 ARG VERSION_MERGER=1.0.8 diff --git a/.github/workflows/bootstrap-image.yml b/.github/workflows/bootstrap-image.yml index ddce39c..b6761da 100644 --- a/.github/workflows/bootstrap-image.yml +++ b/.github/workflows/bootstrap-image.yml @@ -33,7 +33,7 @@ jobs: - name: Build id: build-image - run: docker buildx build -t ${{ env.ARTIFACTORY }}/${{ env.IMAGE }} -f .github/bootstrap-image/Dockerfile --secret id=mytoken[,env=${{ secrets.PENTAHO_CICD_ONE_KEY }}] + run: docker buildx build -t "${{ env.ARTIFACTORY }}/${{ env.IMAGE }}" -f .github/bootstrap-image/Dockerfile --secret id=mytoken,env=${{ secrets.PENTAHO_CICD_ONE_KEY }} . - name: Push to Artifactory id: push-to-artifactory