Skip to content

feat: add the toml specifications to playground #39

feat: add the toml specifications to playground

feat: add the toml specifications to playground #39

name: Build and push API image
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to Google Artifact Registry
uses: docker/login-action@v1
with:
registry: asia-southeast1-docker.pkg.dev
username: _json_key
password: ${{ secrets.GAR_JSON_KEY }}
- name: Build and push
uses: docker/build-push-action@v2
with:
push: true
tags: asia-southeast1-docker.pkg.dev/eventkit-dev/eventkit/eventkit-api:latest
platforms: linux/amd64