Skip to content

chore(deps): update registry.access.redhat.com/ubi8/ubi docker digest to b6616b2 #132

chore(deps): update registry.access.redhat.com/ubi8/ubi docker digest to b6616b2

chore(deps): update registry.access.redhat.com/ubi8/ubi docker digest to b6616b2 #132

Workflow file for this run

name: Cleanup
on:
pull_request:
types:
- closed
concurrency:
# PR open and close use the same group, allowing only one at a time
group: pr-${{ github.ref }}
cancel-in-progress: true
jobs:
cleanup-openshift:
name: Cleanup OpenShift
runs-on: ubuntu-latest
environment:
name: dev
steps:
- uses: actions/checkout@v3
- name: Remove OpenShift artifacts
run: |
oc login --token=${{ secrets.OC_TOKEN }} --server=${{ secrets.OC_SERVER }}
oc project ${{ secrets.OC_NAMESPACE }}
# Remove old build runs, build pods and deployment pods
oc delete all,pvc,secret,cm -l app=${{ github.event.repository.name }}-${{ github.event.number }}
image-promotions:
name: Image Promotions
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main'
runs-on: ubuntu-22.04
steps:
- uses: shrink/actions-docker-registry-tag@v3
with:
registry: ghcr.io
repository: ${{ github.repository }}/backend
target: ${{ github.event.number }}
tags: test