Skip to content

chore: remove configs-js sync workflow (#524) #22

chore: remove configs-js sync workflow (#524)

chore: remove configs-js sync workflow (#524) #22

Workflow file for this run

name: Docker Build
on:
push:
branches:
- 'master'
pull_request:
branches:
- '**'
jobs:
docker-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Build Docker Image
run: docker build --rm -t gateway-proxy .