Skip to content

Add PHP GD format support and update docs for 1.2.0 #28

Add PHP GD format support and update docs for 1.2.0

Add PHP GD format support and update docs for 1.2.0 #28

Workflow file for this run

name: Dive Test
on: push
permissions:
contents: read
env:
IMAGE_NAME: appwrite/base
REGISTRY: docker.io
jobs:
dive:
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v6.0.2
- name: Build an image from Dockerfile
run: |
docker image build --tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }} .
- name: Dive
uses: yuichielectric/dive-action@0.0.4
with:
config-file: ${{ github.workspace }}/.dive-ci.yml
image: '${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}'