Skip to content

Commit

Permalink
Remove OpenTracing images in Updater (#2837)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Jul 12, 2022
1 parent 7f0a491 commit b302af4
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/update-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,19 +138,11 @@ jobs:
platforms: linux/arm,linux/arm64,linux/amd64,linux/ppc64le,linux/s390x
needs-updating: ${{ needs.check.outputs.needs-updating-debian }}
- image: alpine
marker: vsr
marker: "vs or vsr"
platforms: linux/arm,linux/arm64,linux/amd64,linux/ppc64le,linux/s390x
needs-updating: ${{ needs.check.outputs.needs-updating-alpine }}
- image: alpine-opentracing
marker: policies
platforms: linux/arm,linux/arm64,linux/amd64,linux/ppc64le,linux/s390x
needs-updating: ${{ needs.check.outputs.needs-updating-alpine }}
- image: opentracing
marker: vs
platforms: linux/arm,linux/arm64,linux/amd64,linux/ppc64le,linux/s390x
needs-updating: ${{ needs.check.outputs.needs-updating-debian }}
- image: ubi
marker: ts
marker: "policies or ts"
platforms: linux/arm64,linux/amd64,linux/s390x
needs-updating: ${{ needs.check.outputs.needs-updating-ubi }}
steps:
Expand Down Expand Up @@ -221,7 +213,7 @@ jobs:
name=public.ecr.aws/nginx/nginx-ingress
flavor: |
latest=true
suffix=${{ contains(matrix.image, 'ubi') && '-ubi' || '' }}${{ contains(matrix.image, 'alpine') && '-alpine' || '' }}${{ contains(matrix.image, 'opentracing') && '-ot' || '' }},onlatest=true
suffix=${{ contains(matrix.image, 'ubi') && '-ubi' || '' }}${{ contains(matrix.image, 'alpine') && '-alpine' || '' }},onlatest=true
tags: |
type=raw,value=${{ needs.variables.outputs.kic-tag }}
type=raw,value=${{ steps.tag.outputs.short }}
Expand Down

0 comments on commit b302af4

Please sign in to comment.