Use dockerhub for e2e and demo images (#10851)

This commit is contained in:
Ricardo Katz 2024-01-14 22:09:13 -03:00 committed by GitHub
parent 42627fb1bd
commit a9eb4dba40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 26 additions and 19 deletions

View file

@ -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

View file

@ -1 +1 @@
v0.0.2
v0.0.3

View file

@ -1 +1 @@
v0.0.2
v0.0.3

View file

@ -1 +1 @@
v0.0.2
v0.0.3

View file

@ -1 +1 @@
v0.0.2
v0.0.3

View file

@ -1 +1 @@
v0.0.2
v0.0.3

View file

@ -15,4 +15,3 @@ steps:
- |
gcloud auth configure-docker \
&& cd images/ && make NAME=fastcgi-helloserver push

View file

@ -1 +1 @@
v0.0.2
v0.0.3

View file

@ -1 +1 @@
v0.0.2
v0.0.3