Skip to content

Update plugin io.spring.dependency-management to v1.1.5 #51

Update plugin io.spring.dependency-management to v1.1.5

Update plugin io.spring.dependency-management to v1.1.5 #51

Workflow file for this run

name: PR Cleanup
on:
pull_request:
types: [closed]
jobs:
pr-cleanup:
runs-on: 'ubuntu-latest'
steps:
-
name: Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
with:
submodules: recursive
-
name: Delete Tags on Quay
id: delete_tags
env:
PR_NUMBER: '${{ github.event.pull_request.number }}'
QUAYIO_API_TOKEN: '${{ secrets.QUAYIO_API_TOKEN }}'
REPOSITORY: 'appuio/example-spring-boot'
run: |
curl -X DELETE -H "Authorization: Bearer ${QUAYIO_API_TOKEN}" https://quay.io/api/v1/repository/${REPOSITORY}/tag/pr-${PR_NUMBER}