Skip to content

Remove unsupported archs by base image, update url #2

Remove unsupported archs by base image, update url

Remove unsupported archs by base image, update url #2

Workflow file for this run

name: Mirror and run GitLab CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Mirror + trigger CI
uses: SvanBoxel/gitlab-mirror-and-ci-action@master
with:
args: "https://gitlab.com/pedroetb-projects/tts-api.git/"
env:
FOLLOW_TAGS: "true"
FORCE_PUSH: "false"
GITLAB_HOSTNAME: "gitlab.com"
GITLAB_USERNAME: "pedroetb"
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
GITLAB_PROJECT_ID: "16939539"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}