Skip to content

Added php/8.2-slim

Added php/8.2-slim #17

Workflow file for this run

name: Docker CI
on:
push:
# Publish `main` as Docker `latest` image.
branches:
- main
# Run tests for any PRs.
pull_request:
jobs:
push:
runs-on: ubuntu-latest
if: github.event_name == 'push'
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Fetch all history for all branches and tags.
-
name: Login to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build / Push
run: bash build.sh