Skip to content

Commit 9b44c9d

Browse files
committed
chore: remove gh registry push
1 parent d855a87 commit 9b44c9d

2 files changed

Lines changed: 0 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

0 commit comments

Comments
 (0)