File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 13
13
username : ${{ secrets.DOCKER_USERNAME }}
14
14
password : ${{ secrets.DOCKER_TOKEN }}
15
15
repository : fspnetwork/php
16
+ cache : fspnetwork/php
16
17
tags : edge
17
18
publish-to-github-pkg :
18
19
name : Publish to GitHub Package Registry
25
26
password : ${{ secrets.GITHUB_PR_TOKEN }}
26
27
registry : docker.pkg.github.com
27
28
repository : fspnet/php/php
29
+ cache : fspnet/php/php
28
30
tags : edge
Original file line number Diff line number Diff line change @@ -15,12 +15,14 @@ jobs:
15
15
username : ${{ secrets.DOCKER_USERNAME }}
16
16
password : ${{ secrets.DOCKER_TOKEN }}
17
17
repository : fspnetwork/php
18
+ cache : fspnetwork/php
18
19
auto_tag : true
19
20
- uses : jerray/publish-docker-action@master
20
21
with :
21
22
username : ${{ secrets.DOCKER_USERNAME }}
22
23
password : ${{ secrets.DOCKER_TOKEN }}
23
24
repository : fspnetwork/php
25
+ cache : fspnetwork/php
24
26
tags : latest
25
27
publish-to-github-pkg :
26
28
name : Publish to GitHub Package Registry
@@ -33,11 +35,13 @@ jobs:
33
35
password : ${{ secrets.GITHUB_PR_TOKEN }}
34
36
registry : docker.pkg.github.com
35
37
repository : fspnet/php/php
38
+ cache : fspnet/php/php
36
39
auto_tag : true
37
40
- uses : jerray/publish-docker-action@master
38
41
with :
39
42
username : ${{ secrets.GITHUB_USERNAME }}
40
43
password : ${{ secrets.GITHUB_PR_TOKEN }}
41
44
registry : docker.pkg.github.com
42
45
repository : fspnet/php/php
46
+ cache : fspnet/php/php
43
47
tags : latest
You can’t perform that action at this time.
0 commit comments