Merge pull request #13 from beeyev/update-5.2.2

This commit is contained in:
Alexander Tebiev
2025-02-14 12:55:17 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
@@ -44,7 +44,7 @@ jobs:
password: ${{ secrets.GH_TOKEN }}
- name: Build image and push to registry - ${{ inputs.DOCKER_REGISTRY_IMAGE }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
platforms: linux/amd64
context: .
+2 -2
View File
@@ -2,9 +2,9 @@
# Author: Alexander Tebiev - https://github.com/beeyev/phpmyadmin-docker-lightweight
# docker buildx build --build-arg=BASE_IMAGE_VERSION=5.2-fpm-alpine --cache-to=type=inline --pull --tag phpmyadmin-fpm-alpine-caddy --file ./docker/Dockerfile ./ && docker run -p 9090:80 -it --rm phpmyadmin-fpm-alpine-caddy
ARG BASE_IMAGE_VERSION
FROM phpmyadmin:${BASE_IMAGE_VERSION} as phpmyadmin
FROM phpmyadmin:${BASE_IMAGE_VERSION} AS phpmyadmin
FROM alpine:3 as phpmyadmin-themes
FROM alpine:3 AS phpmyadmin-themes
WORKDIR /src/
RUN set -eux \
&& apk add --quiet --no-cache \