Skip to content

change format of central result #3

change format of central result

change format of central result #3

Workflow file for this run

name: Create Release
on:
push:
branches:
- main
jobs:
create-docker-image:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Login to Docker registry
uses: docker/login-action@v3
with:
registry: medicaldataworks.azurecr.io/projects/strongaya/
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Run Makefile Rule
run: docker build -t medicaldataworks.azurecr.io/projects/strongaya/triplestore-collaboration-descriptives .
- name: Push Docker image
run: |
docker push medicaldataworks.azurecr.io/projects/strongaya/triplestore-collaboration-descriptives