Skip to content

Commit cc7e466

Browse files
authored
don't publish images we don't update on the Marketplace (#6393)
1 parent 200d074 commit cc7e466

File tree

1 file changed

+3
-22
lines changed

1 file changed

+3
-22
lines changed

.github/workflows/update-docker-images.yml

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ jobs:
123123
packages: write
124124
secrets: inherit
125125

126-
release-plus-nginx-gcr:
127-
name: Publish Docker Plus ${{ matrix.tag }} to NGINX & GCR Marketplace registries
126+
release-plus-nginx:
127+
name: Publish Docker Plus ${{ matrix.tag }} to NGINX registry
128128
needs: [variables, patch-images]
129129
strategy:
130130
fail-fast: false
@@ -138,7 +138,7 @@ jobs:
138138
with:
139139
nginx_registry: true
140140
gcr_release_registry: false
141-
gcr_mktpl_registry: true
141+
gcr_mktpl_registry: false
142142
ecr_mktpl_registry: false
143143
az_mktpl_registry: false
144144
source_tag: "${{ needs.variables.outputs.tag }}-${{ needs.variables.outputs.date }}"
@@ -150,25 +150,6 @@ jobs:
150150
id-token: write
151151
secrets: inherit
152152

153-
release-plus-azure-ecr-marketplace:
154-
name: Publish Docker Plus ${{ needs.variables.outputs.tag }}-${{ needs.variables.outputs.date }} to Azure & ECR Marketplace registries
155-
needs: [variables, patch-images]
156-
uses: ./.github/workflows/plus-release.yml
157-
with:
158-
nginx_registry: false
159-
gcr_release_registry: false
160-
gcr_mktpl_registry: false
161-
ecr_mktpl_registry: true
162-
az_mktpl_registry: true
163-
source_tag: "${{ needs.variables.outputs.tag }}-${{ needs.variables.outputs.date }}"
164-
target_tag: "${{ needs.variables.outputs.tag }}-${{ needs.variables.outputs.date }}"
165-
branch: "release-${{ needs.variables.outputs.short_tag }}"
166-
dry_run: ${{ inputs.dry_run || false }}
167-
permissions:
168-
contents: read
169-
id-token: write
170-
secrets: inherit
171-
172153
release-plus-internal:
173154
name: Publish Docker Plus ${{ needs.variables.outputs.tag }}-${{ needs.variables.outputs.date }} to internal release Registries
174155
needs: [variables, patch-images]

0 commit comments

Comments
 (0)