Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

cherry-pick(release-v1.3.x): Bump requests from 2.24.0 to 2.31.0 in /test/acceptance/features #464

cherry-pick(release-v1.3.x): Bump requests from 2.24.0 to 2.31.0 in /test/acceptance/features

cherry-pick(release-v1.3.x): Bump requests from 2.24.0 to 2.31.0 in /test/acceptance/features #464

name: "PR checks - Clean operator images"
on:
pull_request_target:
branches:
- master
- 'release-v**.x'
types: [closed]
env:
OPERATOR_REPO_REF: quay.io/redhat-developer/servicebinding-operator
jobs:
clean-operator-images:
name: "Clean operator images (PR)"
runs-on: ubuntu-20.04
steps:
- name: Checkout Git Repository
uses: actions/checkout@v3
- name: Clean PR images
uses: ./.github/actions/clean-images
with:
repository: ${{ env.OPERATOR_REPO_REF }}
tags: "pr-${{github.event.pull_request.number}}-.*"
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_TOKEN }}