Skip to content

[Lint] gdalalg_raster_tile.cpp: use std::make_unique<> #5420

[Lint] gdalalg_raster_tile.cpp: use std::make_unique<>

[Lint] gdalalg_raster_tile.cpp: use std::make_unique<> #5420

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@707cf4f1445ec3e3f5c7bfc83a023fb868cd1174 # v6.1.1
with:
token: ${{ secrets.PAT_TOKEN_DELETE_UNTAGGED_CONTAINERS }} # zizmor: ignore[secrets-outside-env]
repository_owner: ${{ github.repository_owner }}
repository: ${{ github.repository }}
package_name: gdal-deps
untagged_only: true
owner_type: org