Skip to content

Update base image stability tag to 4.52.6 #124

Update base image stability tag to 4.52.6

Update base image stability tag to 4.52.6 #124

Workflow file for this run

name: Build docker image
on:
push:
branches:
- master
tags:
- '*'
env:
BASE_IMAGE_STABILITY_TAG: 4.52.6
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
jobs:
adminer-4:
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: 4.8.1
tags: 4.8,4,latest
platform: linux/amd64,linux/arm64