Skip to content

Temporary disabling changes introduced in NIAD-3153 and NIAD-3154 (#1… #14

Temporary disabling changes introduced in NIAD-3153 and NIAD-3154 (#1…

Temporary disabling changes introduced in NIAD-3153 and NIAD-3154 (#1… #14

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