1
0
Fork 0
mirror of https://github.com/kou029w/yama.git synced 2025-01-19 08:28:01 +00:00
yama/.github/workflows/build.yml

14 lines
404 B
YAML
Raw Normal View History

2020-07-21 01:06:43 +09:00
name: build
on:
workflow_dispatch:
2020-07-21 01:06:43 +09:00
schedule: [{ cron: "0 21 * * sun" }] # Every Monday at 6am Asia/Tokyo UTC+9
jobs:
main:
2020-08-09 00:43:41 +09:00
runs-on: ubuntu-20.04
2020-07-21 01:06:43 +09:00
steps:
- uses: actions/checkout@v2
- run: sudo apt-get install -y qemu-user-static
2020-07-21 01:06:43 +09:00
- run: docker login docker.pkg.github.com -u "${GITHUB_ACTOR}" -p "${{ github.token }}"
- run: bin/build
- run: docker-compose push