Skip to content

Commit 6ce56eb

Browse files
authored
Merge branch 'master' into patch-3
2 parents 8958484 + d4b7ade commit 6ce56eb

4 files changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/push.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,5 @@ jobs:
1919
- name: Run CI
2020
run: |
2121
echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USER }} --password-stdin
22-
echo "${{ secrets.CR_PAT }}" | docker login https://ghcr.io -u ${{ secrets.CR_USER }} --password-stdin
2322
docker build -t ppiper/cf-cli:latest .
24-
docker tag ppiper/cf-cli:latest ghcr.io/sap/ppiper-cf-cli:latest
2523
docker push ppiper/cf-cli:latest
26-
docker push ghcr.io/sap/ppiper-cf-cli:latest

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,8 @@ jobs:
2626
- name: Build, test and push
2727
run: |
2828
echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USER }} --password-stdin
29-
echo "${{ secrets.CR_PAT }}" | docker login https://ghcr.io -u ${{ secrets.CR_USER }} --password-stdin
3029
docker build -t ppiper/cf-cli:${{ env.PIPER_version }} .
31-
docker tag ppiper/cf-cli:${{ env.PIPER_version }} ghcr.io/sap/ppiper-cf-cli:${{ env.PIPER_version }}
3230
docker push ppiper/cf-cli:${{ env.PIPER_version }}
33-
docker push ghcr.io/sap/ppiper-cf-cli:${{ env.PIPER_version }}
3431
- uses: SAP/project-piper-action@master
3532
with:
3633
piper-version: latest

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ WORKDIR ${USER_HOME}
3333

3434
# Set user agent header suffix for multiapps CLI plugin
3535
ENV MULTIAPPS_USER_AGENT_SUFFIX="ppiper/cf-cli"
36-
ARG MTA_PLUGIN_VERSION=3.7.0
36+
ARG MTA_PLUGIN_VERSION=3.10.0
3737
ARG MTA_PLUGIN_URL=https://github.com/cloudfoundry/multiapps-cli-plugin/releases/download/v${MTA_PLUGIN_VERSION}/multiapps-plugin.linux64
3838
ENV MULTIAPPS_DISABLE_UPLOAD_PROGRESS_BAR=true
3939
ARG CSPUSH_PLUGIN_VERSION=1.3.2

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ This image is published to [Docker Hub](https://hub.docker.com/r/ppiper/cf-cli)
2121
docker pull ppiper/cf-cli
2222
```
2323

24+
⚠️ **Important Notice:** The GitHub Container Registry (ghcr.io) for this project is no longer being updated. Please use the Docker Hub registry instead: `docker pull ppiper/cf-cli`
25+
2426
## Build
2527

2628
To build this image locally, open a terminal in the directory of the Dockerfile and run

0 commit comments

Comments
 (0)