File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed
Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Continuous Integration
33on :
44 push :
55 branches :
6- - main
6+ - test-ci
77 paths-ignore :
88 - ' docs/**'
99 - ' examples/**'
@@ -60,16 +60,16 @@ jobs:
6060 - name : DockerHub Login
6161 uses : docker/login-action@v1
6262 with :
63- username : ${{ secrets.DOCKER_USERNAME }}
64- password : ${{ secrets.DOCKER_PASSWORD }}
65- if : github.event_name != 'pull_request'
66- - name : Login to GitHub Container Registry
67- uses : docker/login-action@v1
68- with :
69- registry : ghcr.io
70- username : ${{ github.repository_owner }}
71- password : ${{ secrets.GITHUB_TOKEN }}
63+ username : ${{ secrets.TEST_DOCKER_USERNAME }}
64+ password : ${{ secrets.TEST_DOCKER_PASSWORD }}
7265 if : github.event_name != 'pull_request'
66+ # - name: Login to GitHub Container Registry
67+ # uses: docker/login-action@v1
68+ # with:
69+ # registry: ghcr.io
70+ # username: ${{ github.repository_owner }}
71+ # password: ${{ secrets.GITHUB_TOKEN }}
72+ # if: github.event_name != 'pull_request'
7373 - name : Setup QEMU
7474 uses : docker/setup-qemu-action@v1
7575 with :
8282 uses : docker/metadata-action@v3
8383 with :
8484 images : |
85- nginx/nginx-ingress-operator
86- ghcr.io/nginxinc/nginx-ingress-operator
85+ ciarasf5/nginx-ingress-operator
8786 tags : |
8887 type=edge
8988 type=ref,event=pr
You can’t perform that action at this time.
0 commit comments