Skip to content

Add 2.2.0 to CHANGELOG.md (#1019) #11

Add 2.2.0 to CHANGELOG.md (#1019)

Add 2.2.0 to CHANGELOG.md (#1019) #11

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