Skip to content

Commit 8f3cfc0

Browse files
committed
temp: allow images to be pushed to quay.io during PRs
1 parent ee1d63d commit 8f3cfc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ jobs:
127127
name=us-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/nginx-gateway-fabric/nginx-plus,enable=${{ inputs.image == 'plus' && github.event_name != 'pull_request' }}
128128
name=ghcr.io/${{ github.repository_owner }}/nginx-gateway-fabric/operator,enable=${{ inputs.image == 'operator' && github.event_name != 'pull_request' }}
129129
name=localhost:5000/nginx-gateway-fabric/${{ inputs.image }}
130-
name=quay.io/${{ github.repository_owner }}/nginx-gateway-fabric/ngf,enable=${{ inputs.image == 'ngf' && github.event_name != 'pull_request' }}
131-
name=quay.io/${{ github.repository_owner }}/nginx-gateway-fabric/nginx,enable=${{ inputs.image == 'nginx' && github.event_name != 'pull_request' }}
132-
name=quay.io/${{ github.repository_owner }}/nginx-gateway-fabric/operator,enable=${{ inputs.image == 'operator' && github.event_name != 'pull_request' }}
130+
name=quay.io/${{ github.repository_owner }}/nginx-gateway-fabric/ngf,enable=${{ inputs.image == 'ngf' }}
131+
name=quay.io/${{ github.repository_owner }}/nginx-gateway-fabric/nginx,enable=${{ inputs.image == 'nginx' }}
132+
name=quay.io/${{ github.repository_owner }}/nginx-gateway-fabric/operator,enable=${{ inputs.image == 'operator' }}
133133
flavor: |
134134
latest=${{ (inputs.tag != '' && 'true') || 'auto' }}
135135
tags: |

0 commit comments

Comments
 (0)