Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit badaee8

Browse files
committed
Upload Docker images to ghcr.io
1 parent f1a4f88 commit badaee8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,13 @@ jobs:
130130
username: ${{ secrets.DOCKER_USERNAME }}
131131
password: ${{ secrets.DOCKER_PASSWORD }}
132132
if: github.event_name != 'pull_request'
133+
- name: Login to GitHub Container Registry
134+
uses: docker/login-action@v1
135+
with:
136+
registry: ghcr.io
137+
username: ${{ github.repository_owner }}
138+
password: ${{ secrets.GITHUB_TOKEN }}
139+
if: github.event_name != 'pull_request'
133140
- name: Setup QEMU
134141
uses: docker/setup-qemu-action@v1
135142
with:
@@ -143,6 +150,7 @@ jobs:
143150
with:
144151
images: |
145152
nginx/nginx-ingress-operator
153+
ghcr.io/nginxinc/nginx-ingress-operator
146154
tags: |
147155
type=edge
148156
type=ref,event=pr

0 commit comments

Comments
 (0)