Updated php8, mysql8 compatible version of docker for local build #369
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Mirror and run GitLab CI | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Mirror + trigger CI | |
uses: sandykadam/gitlab-mirror-and-ci-action@master | |
with: | |
args: "https://sandeep:[email protected]/ebiwd/test-mirror-repo" | |
env: | |
GITLAB_HOSTNAME: "gitlab.ebi.ac.uk" | |
GITLAB_USERNAME: "sandeep" | |
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }} | |
GITLAB_PROJECT_ID: "2976" | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |