Skip to content

chore: clean http proxy impl #10

chore: clean http proxy impl

chore: clean http proxy impl #10

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Log in to Docker Hub
uses: docker/[email protected]
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Docker Setup Buildx
uses: docker/[email protected]
- name: Build the Docker image
run: docker buildx build --platform linux/amd64,linux/arm64 -t mrhaoxx/ng:main -f Dockerfile . --push