Skip to content

fix: fixed docker workflow #27

fix: fixed docker workflow

fix: fixed docker workflow #27

Workflow file for this run

name: 🚀 Build API-Gateway
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout ⬇️
uses: actions/checkout@v4.2.2
with:
show-progress: false
- name: Copy Config File 📄
run: cp config.yaml.example config.yaml
- name: Build 🛠️
run: cargo build --verbose