Skip to content

Commit 76e5645

Browse files
committed
Remove github pkg
1 parent a1e3a73 commit 76e5645

File tree

3 files changed

+0
-35
lines changed

3 files changed

+0
-35
lines changed

.github/workflows/push.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,4 @@ jobs:
1717
password: ${{ secrets.DOCKER_TOKEN }}
1818
repository: fspnetwork/php
1919
cache: fspnetwork/php
20-
tags: edge
21-
publish-to-github-pkg:
22-
name: Publish to GitHub Package Registry
23-
runs-on: ubuntu-latest
24-
steps:
25-
- uses: actions/checkout@v1
26-
- uses: jerray/publish-docker-action@master
27-
with:
28-
username: ${{ secrets.GITHUB_USERNAME }}
29-
password: ${{ secrets.GITHUB_PR_TOKEN }}
30-
registry: docker.pkg.github.com
31-
repository: fspnet/php/php
32-
cache: fspnet/php/php
3320
tags: edge

.github/workflows/release.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -23,25 +23,4 @@ jobs:
2323
password: ${{ secrets.DOCKER_TOKEN }}
2424
repository: fspnetwork/php
2525
cache: fspnetwork/php
26-
tags: latest
27-
publish-to-github-pkg:
28-
name: Publish to GitHub Package Registry
29-
runs-on: ubuntu-latest
30-
steps:
31-
- uses: actions/checkout@v1
32-
- uses: jerray/publish-docker-action@master
33-
with:
34-
username: ${{ secrets.GITHUB_USERNAME }}
35-
password: ${{ secrets.GITHUB_PR_TOKEN }}
36-
registry: docker.pkg.github.com
37-
repository: fspnet/php/php
38-
cache: fspnet/php/php
39-
auto_tag: true
40-
- uses: jerray/publish-docker-action@master
41-
with:
42-
username: ${{ secrets.GITHUB_USERNAME }}
43-
password: ${{ secrets.GITHUB_PR_TOKEN }}
44-
registry: docker.pkg.github.com
45-
repository: fspnet/php/php
46-
cache: fspnet/php/php
4726
tags: latest

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ FSP Network Gen2 Server Infrastructure - PHP
1616
## Supported Package Registry
1717

1818
- [Docker.io](https://hub.docker.com/r/fspnetwork/php/)
19-
- [GitHub Package Registry](https://github.com/FSPNET/PHP/packages/43000/versions)
2019

2120
## Usage
2221

0 commit comments

Comments
 (0)