Skip to content

Commit

Permalink
don't publish images we don't update on the Marketplace (#6393)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 authored Sep 11, 2024
1 parent 200d074 commit cc7e466
Showing 1 changed file with 3 additions and 22 deletions.
25 changes: 3 additions & 22 deletions .github/workflows/update-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ jobs:
packages: write
secrets: inherit

release-plus-nginx-gcr:
name: Publish Docker Plus ${{ matrix.tag }} to NGINX & GCR Marketplace registries
release-plus-nginx:
name: Publish Docker Plus ${{ matrix.tag }} to NGINX registry
needs: [variables, patch-images]
strategy:
fail-fast: false
Expand All @@ -138,7 +138,7 @@ jobs:
with:
nginx_registry: true
gcr_release_registry: false
gcr_mktpl_registry: true
gcr_mktpl_registry: false
ecr_mktpl_registry: false
az_mktpl_registry: false
source_tag: "${{ needs.variables.outputs.tag }}-${{ needs.variables.outputs.date }}"
Expand All @@ -150,25 +150,6 @@ jobs:
id-token: write
secrets: inherit

release-plus-azure-ecr-marketplace:
name: Publish Docker Plus ${{ needs.variables.outputs.tag }}-${{ needs.variables.outputs.date }} to Azure & ECR Marketplace registries
needs: [variables, patch-images]
uses: ./.github/workflows/plus-release.yml
with:
nginx_registry: false
gcr_release_registry: false
gcr_mktpl_registry: false
ecr_mktpl_registry: true
az_mktpl_registry: true
source_tag: "${{ needs.variables.outputs.tag }}-${{ needs.variables.outputs.date }}"
target_tag: "${{ needs.variables.outputs.tag }}-${{ needs.variables.outputs.date }}"
branch: "release-${{ needs.variables.outputs.short_tag }}"
dry_run: ${{ inputs.dry_run || false }}
permissions:
contents: read
id-token: write
secrets: inherit

release-plus-internal:
name: Publish Docker Plus ${{ needs.variables.outputs.tag }}-${{ needs.variables.outputs.date }} to internal release Registries
needs: [variables, patch-images]
Expand Down

0 comments on commit cc7e466

Please sign in to comment.