File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments