Skip to content

Restart pipeline job manually #624

Restart pipeline job manually

Restart pipeline job manually #624

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