Skip to content

Commit

Permalink
[HNC-466]-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mayur-hitachivantara committed Dec 22, 2023
1 parent 53ca511 commit 706476b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/bootstrap-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@


FROM one.hitachivantara.com/docker/jenkins-build/maven/open-jdk/11

ARG VERSION_MERGER=1.0.8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bootstrap-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 706476b

Please sign in to comment.