Move CI to GH actions #1
Workflow file for this run
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: Build and Publish | ||
on: | ||
push: | ||
branches: [ "main" ] | ||
pull_request: | ||
branches: [ "main" ] | ||
jobs: | ||
build-and-publish: | ||
name: Buid and Publish CS3APIS | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: build-and-publish | ||
with: | ||
images: cs3org/cs3apis-build:master | ||
run: cs3apis-build -push-go -push-python -push-js -push-node -git-ssh | ||
Check failure on line 17 in .github/workflows/main.yml GitHub Actions / Build and PublishInvalid workflow file
|