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
|
uses: ./.github/workflows/zz-tmpl-images.yaml
|
||||||
with:
|
with:
|
||||||
name: cfssl
|
name: cfssl
|
||||||
|
secrets: inherit
|
||||||
|
|
||||||
custom-error-pages:
|
custom-error-pages:
|
||||||
needs: changes
|
needs: changes
|
||||||
|
@ -80,6 +81,8 @@ jobs:
|
||||||
uses: ./.github/workflows/zz-tmpl-images.yaml
|
uses: ./.github/workflows/zz-tmpl-images.yaml
|
||||||
with:
|
with:
|
||||||
name: custom-error-pages
|
name: custom-error-pages
|
||||||
|
secrets: inherit
|
||||||
|
|
||||||
|
|
||||||
e2e-test-echo:
|
e2e-test-echo:
|
||||||
needs: changes
|
needs: changes
|
||||||
|
@ -88,6 +91,7 @@ jobs:
|
||||||
uses: ./.github/workflows/zz-tmpl-images.yaml
|
uses: ./.github/workflows/zz-tmpl-images.yaml
|
||||||
with:
|
with:
|
||||||
name: e2e-test-echo
|
name: e2e-test-echo
|
||||||
|
secrets: inherit
|
||||||
|
|
||||||
ext-auth-example-authsvc:
|
ext-auth-example-authsvc:
|
||||||
needs: changes
|
needs: changes
|
||||||
|
@ -96,6 +100,7 @@ jobs:
|
||||||
uses: ./.github/workflows/zz-tmpl-images.yaml
|
uses: ./.github/workflows/zz-tmpl-images.yaml
|
||||||
with:
|
with:
|
||||||
name: ext-auth-example-authsvc
|
name: ext-auth-example-authsvc
|
||||||
|
secrets: inherit
|
||||||
|
|
||||||
fastcgi-helloserver:
|
fastcgi-helloserver:
|
||||||
needs: changes
|
needs: changes
|
||||||
|
@ -104,6 +109,7 @@ jobs:
|
||||||
uses: ./.github/workflows/zz-tmpl-images.yaml
|
uses: ./.github/workflows/zz-tmpl-images.yaml
|
||||||
with:
|
with:
|
||||||
name: fastcgi-helloserver
|
name: fastcgi-helloserver
|
||||||
|
secrets: inherit
|
||||||
|
|
||||||
go-grpc-greeter-server:
|
go-grpc-greeter-server:
|
||||||
needs: changes
|
needs: changes
|
||||||
|
@ -112,6 +118,7 @@ jobs:
|
||||||
uses: ./.github/workflows/zz-tmpl-images.yaml
|
uses: ./.github/workflows/zz-tmpl-images.yaml
|
||||||
with:
|
with:
|
||||||
name: go-grpc-greeter-server
|
name: go-grpc-greeter-server
|
||||||
|
secrets: inherit
|
||||||
|
|
||||||
httpbun:
|
httpbun:
|
||||||
needs: changes
|
needs: changes
|
||||||
|
@ -120,6 +127,7 @@ jobs:
|
||||||
uses: ./.github/workflows/zz-tmpl-images.yaml
|
uses: ./.github/workflows/zz-tmpl-images.yaml
|
||||||
with:
|
with:
|
||||||
name: httpbun
|
name: httpbun
|
||||||
|
secrets: inherit
|
||||||
|
|
||||||
kube-webhook-certgen:
|
kube-webhook-certgen:
|
||||||
runs-on: ubuntu-latest
|
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 \
|
gcloud auth configure-docker \
|
||||||
&& cd images/ && make NAME=fastcgi-helloserver push
|
&& 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