Skip to content

Commit d4b7ade

Browse files
authored
chore: remove gh registry push (#83)
* chore: remove gh registry push * chore: add notice to readme
1 parent d855a87 commit d4b7ade

3 files changed

Lines changed: 2 additions & 6 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

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)