Skip to content

Commit 0644d98

Browse files
committed
Remove GitHub Packages Docker Registry
Signed-off-by: CrazyMax <[email protected]>
1 parent 9e433e1 commit 0644d98

File tree

2 files changed

+0
-43
lines changed

2 files changed

+0
-43
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -164,20 +164,6 @@ jobs:
164164
username: ${{ secrets.AWS_ACCESS_KEY_ID }}
165165
password: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
166166

167-
github-package:
168-
runs-on: ubuntu-latest
169-
steps:
170-
-
171-
name: Checkout
172-
uses: actions/checkout@v2
173-
-
174-
name: Login to GitHub Package Registry
175-
uses: ./
176-
with:
177-
registry: docker.pkg.github.com
178-
username: ${{ github.repository_owner }}
179-
password: ${{ secrets.GITHUB_TOKEN }}
180-
181167
github-container:
182168
runs-on: ubuntu-latest
183169
steps:

README.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ ___
1414

1515
* [Usage](#usage)
1616
* [Docker Hub](#docker-hub)
17-
* [GitHub Packages Docker Registry](#github-packages-docker-registry)
1817
* [GitHub Container Registry](#github-container-registry)
1918
* [GitLab](#gitlab)
2019
* [Azure Container Registry (ACR)](#azure-container-registry-acr)
@@ -54,34 +53,6 @@ jobs:
5453
password: ${{ secrets.DOCKERHUB_TOKEN }}
5554
```
5655
57-
### GitHub Packages Docker Registry
58-
59-
> :warning: GitHub Packages Docker Registry (aka `docker.pkg.github.com`) **is deprecated** and will sunset early next
60-
> year. It's strongly advised to [migrate to GitHub Container Registry](https://docs.github.com/en/packages/getting-started-with-github-container-registry/migrating-to-github-container-registry-for-docker-images)
61-
> instead.
62-
63-
You can configure the Docker client to use [GitHub Packages to publish and retrieve docker images](https://docs.github.com/en/packages/using-github-packages-with-your-projects-ecosystem/configuring-docker-for-use-with-github-packages).
64-
65-
```yaml
66-
name: ci
67-
68-
on:
69-
push:
70-
branches: master
71-
72-
jobs:
73-
login:
74-
runs-on: ubuntu-latest
75-
steps:
76-
-
77-
name: Login to GitHub Packages Docker Registry
78-
uses: docker/login-action@v1
79-
with:
80-
registry: docker.pkg.github.com
81-
username: ${{ github.repository_owner }}
82-
password: ${{ secrets.GITHUB_TOKEN }}
83-
```
84-
8556
### GitHub Container Registry
8657
8758
To use the [GitHub Container Registry](https://docs.github.com/en/packages/getting-started-with-github-container-registry),

0 commit comments

Comments
 (0)