Skip to content

Commit 7743693

Browse files
committed
chore: remove gh registry push
1 parent 14becb8 commit 7743693

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
@@ -16,8 +16,5 @@ jobs:
1616
- name: Run CI
1717
run: |
1818
echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USER }} --password-stdin
19-
echo "${{ secrets.CR_PAT }}" | docker login https://ghcr.io -u ${{ secrets.CR_USER }} --password-stdin
2019
docker build -t ppiper/neo-cli:latest .
21-
docker tag ppiper/neo-cli:latest ghcr.io/sap/ppiper-neo-cli:latest
2220
docker push ppiper/neo-cli:latest
23-
docker push ghcr.io/sap/ppiper-neo-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 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/neo-cli:${{ env.PIPER_version }} .
31-
docker tag ppiper/neo-cli:${{ env.PIPER_version }} ghcr.io/sap/ppiper-neo-cli:${{ env.PIPER_version }}
3230
docker push ppiper/neo-cli:${{ env.PIPER_version }}
33-
docker push ghcr.io/sap/ppiper-neo-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
@@ -17,6 +17,8 @@ This image is intended to be used in Jenkins pipelines.
1717

1818
## Download
1919

20+
⚠️ **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/neo-cli`
21+
2022
This image is published to Docker Hub and can be pulled via the command
2123

2224
```

0 commit comments

Comments
 (0)