Use dockerhub for e2e and demo images (#10851)
This commit is contained in:
parent
42627fb1bd
commit
a9eb4dba40
19 changed files with 26 additions and 19 deletions
8
.github/workflows/images.yaml
vendored
8
.github/workflows/images.yaml
vendored
|
@ -72,6 +72,7 @@ jobs:
|
|||
uses: ./.github/workflows/zz-tmpl-images.yaml
|
||||
with:
|
||||
name: cfssl
|
||||
secrets: inherit
|
||||
|
||||
custom-error-pages:
|
||||
needs: changes
|
||||
|
@ -80,6 +81,8 @@ jobs:
|
|||
uses: ./.github/workflows/zz-tmpl-images.yaml
|
||||
with:
|
||||
name: custom-error-pages
|
||||
secrets: inherit
|
||||
|
||||
|
||||
e2e-test-echo:
|
||||
needs: changes
|
||||
|
@ -88,6 +91,7 @@ jobs:
|
|||
uses: ./.github/workflows/zz-tmpl-images.yaml
|
||||
with:
|
||||
name: e2e-test-echo
|
||||
secrets: inherit
|
||||
|
||||
ext-auth-example-authsvc:
|
||||
needs: changes
|
||||
|
@ -96,6 +100,7 @@ jobs:
|
|||
uses: ./.github/workflows/zz-tmpl-images.yaml
|
||||
with:
|
||||
name: ext-auth-example-authsvc
|
||||
secrets: inherit
|
||||
|
||||
fastcgi-helloserver:
|
||||
needs: changes
|
||||
|
@ -104,6 +109,7 @@ jobs:
|
|||
uses: ./.github/workflows/zz-tmpl-images.yaml
|
||||
with:
|
||||
name: fastcgi-helloserver
|
||||
secrets: inherit
|
||||
|
||||
go-grpc-greeter-server:
|
||||
needs: changes
|
||||
|
@ -112,6 +118,7 @@ jobs:
|
|||
uses: ./.github/workflows/zz-tmpl-images.yaml
|
||||
with:
|
||||
name: go-grpc-greeter-server
|
||||
secrets: inherit
|
||||
|
||||
httpbun:
|
||||
needs: changes
|
||||
|
@ -120,6 +127,7 @@ jobs:
|
|||
uses: ./.github/workflows/zz-tmpl-images.yaml
|
||||
with:
|
||||
name: httpbun
|
||||
secrets: inherit
|
||||
|
||||
kube-webhook-certgen:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
@ -1 +1 @@
|
|||
v0.0.2
|
||||
v0.0.3
|
|
@ -1 +1 @@
|
|||
v0.0.2
|
||||
v0.0.3
|
|
@ -1 +1 @@
|
|||
v0.0.2
|
||||
v0.0.3
|
|
@ -1 +1 @@
|
|||
v0.0.2
|
||||
v0.0.3
|
|
@ -1 +1 @@
|
|||
v0.0.2
|
||||
v0.0.3
|
|
@ -15,4 +15,3 @@ steps:
|
|||
- |
|
||||
gcloud auth configure-docker \
|
||||
&& cd images/ && make NAME=fastcgi-helloserver push
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
v0.0.2
|
||||
v0.0.3
|
|
@ -1 +1 @@
|
|||
v0.0.2
|
||||
v0.0.3
|
Loading…
Reference in a new issue