mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update apache-mysql-docker-image.yml
This commit is contained in:
parent
fa2394975d
commit
d9e253ead3
@ -1,4 +1,4 @@
|
|||||||
name: Build and Push Apache Docker Image
|
name: Build and Push Apache MySQL Docker Image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -15,10 +15,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
DOCKER_BUILDKIT: 1
|
DOCKER_BUILDKIT: 1
|
||||||
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
platform: [linux/amd64, linux/arm64] # Build for both x86_64 and ARM
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@ -38,4 +34,3 @@ jobs:
|
|||||||
context: ./docker/apache
|
context: ./docker/apache
|
||||||
push: true
|
push: true
|
||||||
tags: openpanel/apache:latest
|
tags: openpanel/apache:latest
|
||||||
platforms: ${{ matrix.platform }} # Specify the platform from the matrix
|
|
||||||
|
Loading…
Reference in New Issue
Block a user