Use dockerhub for e2e and demo images (#10850)

This commit is contained in:
Ricardo Katz 2024-01-14 21:35:46 -03:00 committed by GitHub
parent 1fb39c92cd
commit 42627fb1bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 10 additions and 11 deletions

View file

@ -72,11 +72,10 @@ jobs:
- name: Login to GitHub Container Registry - name: Login to GitHub Container Registry
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
with: with:
registry: ghcr.io username: ${{ secrets.DOCKERHUB_USERNAME }}
username: ${{ github.actor }} password: ${{ secrets.DOCKERHUB_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Push - name: Push
run: | run: |
cd images/ && make REGISTRY=ghcr.io/kubernetes/ingress-nginx NAME=${{ inputs.name }} push cd images/ && make REGISTRY=ingressnginx NAME=${{ inputs.name }} push

View file

@ -1 +1 @@
v0.0.1 v0.0.2

View file

@ -1 +1 @@
v0.0.1 v0.0.2

View file

@ -1 +1 @@
v0.0.1 v0.0.2

View file

@ -1 +1 @@
v0.0.1 v0.0.2

View file

@ -1 +1 @@
v0.0.1 v0.0.2

View file

@ -1 +1 @@
v0.0.1 v0.0.2

View file

@ -1 +1 @@
v0.0.1 v0.0.2