Skip to content

fix: mysql

fix: mysql #6

Workflow file for this run

name: Docker Image CI
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-image:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag php-docker:$(date +%s)