File tree 3 files changed +0
-35
lines changed
3 files changed +0
-35
lines changed Original file line number Diff line number Diff line change 17
17
password : ${{ secrets.DOCKER_TOKEN }}
18
18
repository : fspnetwork/php
19
19
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
33
20
tags : edge
Original file line number Diff line number Diff line change 23
23
password : ${{ secrets.DOCKER_TOKEN }}
24
24
repository : fspnetwork/php
25
25
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
47
26
tags : latest
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ FSP Network Gen2 Server Infrastructure - PHP
16
16
## Supported Package Registry
17
17
18
18
- [ Docker.io] ( https://hub.docker.com/r/fspnetwork/php/ )
19
- - [ GitHub Package Registry] ( https://github.com/FSPNET/PHP/packages/43000/versions )
20
19
21
20
## Usage
22
21
You can’t perform that action at this time.
0 commit comments