Skip to content

Commit

Permalink
Use dockerhub for e2e and demo images (#10850)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikatz authored Jan 15, 2024
1 parent 1fb39c9 commit 42627fb
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 11 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/zz-tmpl-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,10 @@ jobs:
- name: Login to GitHub Container Registry
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Push
run: |
cd images/ && make REGISTRY=ghcr.io/kubernetes/ingress-nginx NAME=${{ inputs.name }} push
cd images/ && make REGISTRY=ingressnginx NAME=${{ inputs.name }} push
2 changes: 1 addition & 1 deletion images/cfssl/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.1
v0.0.2
2 changes: 1 addition & 1 deletion images/custom-error-pages/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.1
v0.0.2
2 changes: 1 addition & 1 deletion images/e2e-test-echo/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.1
v0.0.2
2 changes: 1 addition & 1 deletion images/ext-auth-example-authsvc/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.1
v0.0.2
2 changes: 1 addition & 1 deletion images/fastcgi-helloserver/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.1
v0.0.2
2 changes: 1 addition & 1 deletion images/go-grpc-greeter-server/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.1
v0.0.2
2 changes: 1 addition & 1 deletion images/httpbun/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.1
v0.0.2

0 comments on commit 42627fb

Please sign in to comment.