Skip to content

Merge branch 'main' of https://github.com/sn0wm1ku/alpine-pma #19

Merge branch 'main' of https://github.com/sn0wm1ku/alpine-pma

Merge branch 'main' of https://github.com/sn0wm1ku/alpine-pma #19

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
types: [synchronize]
branches:
- main
jobs:
Build:
runs-on: Ubuntu-latest
steps:
- name: Checkout
uses: actions/Checkout@v4 #version in small letter
- name: Build
run: |
cd Docker
docker build -t ${{ github.repository }}:latest .