Skip to content

impl simple ldap backend #6

impl simple ldap backend

impl simple ldap backend #6

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