File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1111jobs :
1212 push :
1313 runs-on : ubuntu-latest
14+ permissions :
15+ packages : write
16+ contents : read
1417 steps :
15- - uses : actions/checkout@v2
18+ - uses : actions/checkout@v3
1619 - name : Run CI
1720 run : |
1821 echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USER }} --password-stdin
Original file line number Diff line number Diff line change @@ -26,8 +26,9 @@ RUN addgroup -gid 1000 piper && \
2626USER piper
2727WORKDIR ${USER_HOME}
2828
29- ARG MTA_PLUGIN_VERSION=3.1.1
29+ ARG MTA_PLUGIN_VERSION=3.2.2
3030ARG MTA_PLUGIN_URL=https://github.com/cloudfoundry/multiapps-cli-plugin/releases/download/v${MTA_PLUGIN_VERSION}/multiapps-plugin.linux64
31+ ENV MULTIAPPS_DISABLE_UPLOAD_PROGRESS_BAR=true
3132ARG CSPUSH_PLUGIN_VERSION=1.3.2
3233ARG CSPUSH_PLUGIN_URL=https://github.com/dawu415/CF-CLI-Create-Service-Push-Plugin/releases/download/${CSPUSH_PLUGIN_VERSION}/CreateServicePushPlugin.linux64
3334
You can’t perform that action at this time.
0 commit comments