Skip to content

Update base image stability tag to 4.65.8 #11

Update base image stability tag to 4.65.8

Update base image stability tag to 4.65.8 #11

Workflow file for this run

name: Build docker image
on:
push:
branches:
- main
tags:
- '*'
pull_request:
env:
BASE_IMAGE_STABILITY_TAG: 4.65.8
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
jobs:
drupal-cms:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v3
with:
platforms: amd64,arm64
- uses: docker/setup-buildx-action@v3
- uses: ./.github/actions
with:
version: '1.0.1'
php_ver: '8.3'
tags: 1,1.0,latest
platform: linux/amd64,linux/arm64