Skip to content

Select deployment to schedule job #563

Select deployment to schedule job

Select deployment to schedule job #563

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##*/} .