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