Skip to content

Update ghcr.io/osgeo/gdal Docker tag to ubuntu-small-3.9.3 (prod-2-9) #1636

Update ghcr.io/osgeo/gdal Docker tag to ubuntu-small-3.9.3 (prod-2-9)

Update ghcr.io/osgeo/gdal Docker tag to ubuntu-small-3.9.3 (prod-2-9) #1636

Workflow file for this run

name: Backport
on:
pull_request:
types:
- closed
- labeled
env:
HAS_SECRETS: ${{ secrets.HAS_SECRETS }}
jobs:
backport:
name: Backport
runs-on: ubuntu-24.04
timeout-minutes: 5
steps:
- uses: camptocamp/backport-action@master
with:
token: ${{ secrets.GOPASS_CI_GITHUB_TOKEN }}
if: env.HAS_SECRETS == 'HAS_SECRETS'