Skip to content

fix: CQDG-947 update mapping #41

fix: CQDG-947 update mapping

fix: CQDG-947 update mapping #41

Workflow file for this run

name: Build
on: [push]
jobs:
build:
name: Build Image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Ensure we can build the image
run: docker build -t test:test .