mirror of
https://github.com/Dannecron/php-for-dev.git
synced 2025-12-26 00:22:36 +03:00
Add CI on actions
This commit is contained in:
22
.github/workflows/continious-integration.yml
vendored
Normal file
22
.github/workflows/continious-integration.yml
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
name: continious integration
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Build the Docker image
|
||||
run: |
|
||||
cd ./v7.2
|
||||
docker build --tag=local-composer:7.2 `pwd`
|
||||
cd ..
|
||||
|
||||
# - name: Build the Docker image 7.3
|
||||
# run: docker build --tag=local-composer:7.3 ./v7.3
|
||||
|
||||
# - name: Build the Docker image 7.4
|
||||
# run: docker build --tag=local-composer:7.2 ./v7.2
|
||||
Reference in New Issue
Block a user