mirror of
https://github.com/Dannecron/php-for-dev.git
synced 2025-12-26 00:22:36 +03:00
Actions: add checkout
This commit is contained in:
4
.github/workflows/continious-integration.yml
vendored
4
.github/workflows/continious-integration.yml
vendored
@@ -9,10 +9,14 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Check out repository
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Build the Docker image
|
- name: Build the Docker image
|
||||||
run: |
|
run: |
|
||||||
cd ./v7.2
|
cd ./v7.2
|
||||||
docker build --tag=local-composer:7.2 `pwd`
|
docker build --tag=local-composer:7.2 `pwd`
|
||||||
|
docker run --rm local-composer:7.2 php -v
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
# - name: Build the Docker image 7.3
|
# - name: Build the Docker image 7.3
|
||||||
|
|||||||
Reference in New Issue
Block a user