Skip to content

Commit 0639e55

Browse files
committed
test ci
1 parent c1beda6 commit 0639e55

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Continuous Integration
33
on:
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:
@@ -82,8 +82,7 @@ jobs:
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

0 commit comments

Comments
 (0)