Skip to content

Merge pull request #10659 from dbaston/doc-fix-edit-on-github #1

Merge pull request #10659 from dbaston/doc-fix-edit-on-github

Merge pull request #10659 from dbaston/doc-fix-edit-on-github #1

name: Delete untagged containers
on:
push:
paths-ignore:
- 'doc/**'
branches-ignore:
- 'backport**'
- 'dependabot**'
permissions:
contents: read
jobs:
delete-untagged-containers:
name: Delete all containers from gdal-deps without tags
runs-on: ubuntu-latest
if: github.repository == 'OSGeo/gdal'
steps:
- name: Delete all containers from gdal-deps without tags
uses: Chizkiyahu/delete-untagged-ghcr-action@e8c780ca2d589797e657691fc16bffe066714890 # v4.0.0
with:
token: ${{ secrets.PAT_TOKEN_DELETE_UNTAGGED_CONTAINERS }}
repository_owner: ${{ github.repository_owner }}
repository: ${{ github.repository }}
package_name: gdal-deps
untagged_only: true
owner_type: org