Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
G
Gzz Images
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
Gzz Images
Commits
c9724dc8
Commit
c9724dc8
authored
Aug 29, 2020
by
Li Mi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
先放到DockerHub再拉回来
parent
88cf8cbb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
6 deletions
+33
-6
.github/workflows/php-fpm.yml
.github/workflows/php-fpm.yml
+19
-6
auth.json
auth.json
+12
-0
php-fpm/php-fpm.yml
php-fpm/php-fpm.yml
+2
-0
No files found.
.github/workflows/php-fpm.yml
View file @
c9724dc8
...
...
@@ -16,11 +16,11 @@ jobs:
-
name
:
构建 PHP-FPM-73 镜像
uses
:
docker/build-push-action@v1
with
:
username
:
${{ secrets.
TKE
_USERNAME }}
password
:
${{ secrets.
TKE
_PASSWORD }}
username
:
${{ secrets.
HUB
_USERNAME }}
password
:
${{ secrets.
HUB
_PASSWORD }}
path
:
./php-fpm
dockerfile
:
./php-fpm/Dockerfile.php.73
registry
:
ccr.ccs.tencentyun.com
registry
:
docker.io
repository
:
gzzchh/stacks
tags
:
php-fpm-73
...
...
@@ -32,10 +32,23 @@ jobs:
-
name
:
构建 PHP-FPM-74 镜像
uses
:
docker/build-push-action@v1
with
:
username
:
${{ secrets.
TKE
_USERNAME }}
password
:
${{ secrets.
TKE
_PASSWORD }}
username
:
${{ secrets.
HUB
_USERNAME }}
password
:
${{ secrets.
HUB
_PASSWORD }}
path
:
./php-fpm
dockerfile
:
./php-fpm/Dockerfile.php.74
registry
:
ccr.ccs.tencentyun.com
registry
:
docker.io
repository
:
gzzchh/stacks
tags
:
php-fpm-74
sync-back
:
runs-on
:
ubuntu-latest
needs
:
-
build-php-fpm-73
-
build-php-fpm-74
steps
:
-
name
:
检出代码
uses
:
actions/checkout@v2
-
name
:
准备同步工具
run
:
bash ./tools.sh
-
name
:
搬回国内
run
:
./image-syncer -r 3 --auth auth.json --images ./php-fpm/pter.yml
auth.json
0 → 100755
View file @
c9724dc8
{
"ccr.ccs.tencentyun.com"
:
{
"username"
:
"TKE_USERNAME"
,
"password"
:
"TKE_PASSWORD"
,
"useEnv"
:
true
},
"registry.hub.docker.com"
:
{
"username"
:
"HUB_USERNAME"
,
"password"
:
"HUB_PASSWORD"
,
"useEnv"
:
true
}
}
\ No newline at end of file
php-fpm/php-fpm.yml
0 → 100644
View file @
c9724dc8
gzzchh/stacks:php-fpm-73: ccr.ccs.tencentyun.com/gzzchh/stacks:php-fpm-73
gzzchh/stacks:php-fpm-74: ccr.ccs.tencentyun.com/gzzchh/stacks:php-fpm-74
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment