Skip to content

Remove link_plugin.sh step in Dockerfile #37

Remove link_plugin.sh step in Dockerfile

Remove link_plugin.sh step in Dockerfile #37

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ master ]
paths-ignore:
- '.github/**'
- 'scripts/**'
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
working-directory: ./alpine
run: |
chmod +x ./hooks/build
./hooks/build