Skip to content

fix: typo from 'fintect' to 'fintech' #316

fix: typo from 'fintect' to 'fintech'

fix: typo from 'fintect' to 'fintech' #316

Workflow file for this run

name: Docker series builds
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build
uses: docker/build-push-action@v3
with:
push: false