Skip to content

Doc: specify what happens for Z/M for AddPoint() / AddPoint_2D() #4141

Doc: specify what happens for Z/M for AddPoint() / AddPoint_2D()

Doc: specify what happens for Z/M for AddPoint() / AddPoint_2D() #4141

name: Delete untagged containers
on:
push:
paths-ignore:
- 'doc/**'
- 'docker/**'
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@4a33ce3cf2456d2aef98a1b6c60a12dad56cffd9 # v6.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