Skip to content

voicevox用テストno3 #12

voicevox用テストno3

voicevox用テストno3 #12

name: build VOICEVOX_engine
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
push:
branches:
- master
paths:
- VOICEVOX_engine/**
jobs:
push:
name: "yolks:voicevox_engine"
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: docker/setup-qemu-action@v1
- uses: docker/setup-buildx-action@v1
with:
version: "v0.5.1"
buildkitd-flags: --debug
- uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUBTOKEN }}
- uses: docker/build-push-action@v2
with:
context: ./VOICEVOX_engine
file: ./VOICEVOX_engine/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: |
ghcr.io/mg8853/yolks:voicevox_engine