Skip to content

replace "Impersonate-Group" header definition to take a string instead of a string array #651

replace "Impersonate-Group" header definition to take a string instead of a string array

replace "Impersonate-Group" header definition to take a string instead of a string array #651

Workflow file for this run

name: radix-api-pr
on:
pull_request:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build docker image
env:
REF: ${{ github. sha }}
run: docker build -t radix-api:${REF##*/} .