Skip to content

openapi spec update to be more accurate (#1027) #12

openapi spec update to be more accurate (#1027)

openapi spec update to be more accurate (#1027) #12

Workflow file for this run

on:
push:
tags: "*"
jobs:
push_to_dockerhub:
strategy:
matrix:
image:
- {folder: service, dockerhub_name: nia-gp2gp-adaptor}
uses: NHSDigital/integration-adaptor-actions/.github/workflows/release-adaptor-container-image.yml@main
with:
dockerhub_name: ${{matrix.image.dockerhub_name}}
folder: ${{matrix.image.folder}}
secrets: inherit