Use dockerhub for e2e and demo images (#10850)
This commit is contained in:
parent
1fb39c92cd
commit
42627fb1bd
8 changed files with 10 additions and 11 deletions
7
.github/workflows/zz-tmpl-images.yaml
vendored
7
.github/workflows/zz-tmpl-images.yaml
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
v0.0.1
|
||||
v0.0.2
|
|
@ -1 +1 @@
|
|||
v0.0.1
|
||||
v0.0.2
|
|
@ -1 +1 @@
|
|||
v0.0.1
|
||||
v0.0.2
|
|
@ -1 +1 @@
|
|||
v0.0.1
|
||||
v0.0.2
|
|
@ -1 +1 @@
|
|||
v0.0.1
|
||||
v0.0.2
|
|
@ -1 +1 @@
|
|||
v0.0.1
|
||||
v0.0.2
|
|
@ -1 +1 @@
|
|||
v0.0.1
|
||||
v0.0.2
|
Loading…
Reference in a new issue