Skip to content

updated package image tags for new location #85

updated package image tags for new location

updated package image tags for new location #85

Workflow file for this run

name: PR API
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build ./api --file ./api/Dockerfile