Skip to content

Commit

Permalink
Merge pull request #67 from LinuxSuRen/fix/ghcr-push
Browse files Browse the repository at this point in the history
Fix the failed image building for ghcr.io
  • Loading branch information
LinuxSuRen authored Dec 15, 2021
2 parents aa24288 + 47cb31a commit 07895e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
--value-set platform=linux/amd64,linux/arm64
- name: Push Image ghcr.io
run: |
export PATH=.:$PATH:phantomjs/bin
docker login ghcr.io --username ${{ secrets.GH_USER }} --password ${{secrets.GH_TOKEN}}
jcli cwp --install-artifacts --config-path formula.yaml --value-set output=push \
--value-set tag=ghcr.io/kubesphere/ks-jenkins:${{ steps.build_env.outputs.version }} \
Expand Down

0 comments on commit 07895e3

Please sign in to comment.