File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -257,13 +257,13 @@ jobs:
257
257
version : ${{ env.DOCKER_BUILDX_VERSION }}
258
258
install : true
259
259
260
- - name : Login to Upbound
261
- uses : docker/login-action@v2
262
- if : env.UPBOUND_MARKETPLACE_PUSH_ROBOT_USR != ''
263
- with :
264
- registry : xpkg.upbound.io
265
- username : ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_USR }}
266
- password : ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_PSW }}
260
+ # - name: Login to Upbound
261
+ # uses: docker/login-action@v2
262
+ # if: env.UPBOUND_MARKETPLACE_PUSH_ROBOT_USR != ''
263
+ # with:
264
+ # registry: xpkg.upbound.io
265
+ # username: ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_USR }}
266
+ # password: ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_PSW }}
267
267
268
268
- name : Checkout
269
269
uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
@@ -313,4 +313,8 @@ jobs:
313
313
path : _output/**
314
314
315
315
- name : Publish Artifacts
316
- run : make publish BRANCH_NAME=${GITHUB_REF##*/}
316
+ run : |
317
+ curl -sL "https://cli.upbound.io" | sh
318
+ sudo mv up /usr/local/bin/
319
+ up login -u ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_USR }} -p ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_PSW }}
320
+ make publish BRANCH_NAME=${GITHUB_REF##*/}
You can’t perform that action at this time.
0 commit comments