Skip to content

✏️ Typo(console): typo in frontend url protocol #300

✏️ Typo(console): typo in frontend url protocol

✏️ Typo(console): typo in frontend url protocol #300

Workflow file for this run

env:
BUILD_CONTEXT: server
name: Check backend
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and push
uses: docker/build-push-action@v5
with:
context: ${{ env.BUILD_CONTEXT }}
push: false