Skip to content

Bump osgeo/gdal from ubuntu-small-3.8.0 to ubuntu-small-3.8.1 #353

Bump osgeo/gdal from ubuntu-small-3.8.0 to ubuntu-small-3.8.1

Bump osgeo/gdal from ubuntu-small-3.8.0 to ubuntu-small-3.8.1 #353

Workflow file for this run

---
name: docker checker
on:
pull_request:
paths:
- '.github/workflows/dive.yml'
- 'requirements.txt'
- 'requirements-dev.txt'
- 'Dockerfile'
push:
paths:
- '.github/workflows/dive.yml'
- 'requirements.txt'
- 'requirements-dev.txt'
- 'Dockerfile'
env:
ORG: opendatacube
IMAGE: ows-local
jobs:
dive:
runs-on: ubuntu-latest
name: Analyze image efficiency
steps:
- name: Checkout
uses: actions/checkout@v4
- name: lint
uses: luke142367/[email protected]
with:
target: Dockerfile
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build image
run: |
docker build -t ${ORG}/${IMAGE}:_build .
- name: Dive
uses: yuichielectric/[email protected]
with:
image: ${{ env.ORG }}/${{ env.IMAGE}}:_build
config-file: ${{ github.workspace }}/dive-ci.yml
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Docker image size check
uses: wemake-services/docker-image-size-limit@master
with:
image: ${{ env.ORG }}/${{ env.IMAGE}}:_build
size: "1.15 GiB"