Skip to content

Update dependency next to v14 [SECURITY] #518

Update dependency next to v14 [SECURITY]

Update dependency next to v14 [SECURITY] #518

name: Build Test Client
defaults:
run:
working-directory: ./client
on:
pull_request:
paths:
- client/**
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: docker/setup-buildx-action@v2
- name: Build
uses: docker/build-push-action@v4
with:
context: ./client
file: ./client/Dockerfile
platforms: linux/amd64
push: false
tags: ghcr.io/ueckoken/koken-ldap-manager-client
cache-from: type=gha
cache-to: type=gha,mode=max