Skip to content

NIAD-3369: Update XmlBeans to version 4.0.0 (#348) #2

NIAD-3369: Update XmlBeans to version 4.0.0 (#348)

NIAD-3369: Update XmlBeans to version 4.0.0 (#348) #2

Workflow file for this run

on:
push:
tags: "*"
jobs:
push_to_dockerhub:
name: "Push Docker Images to DockerHub"
strategy:
matrix:
image:
- {folder: service, dockerhub_name: nia-111-adaptor}
- {folder: nginx, dockerhub_name: nia-111-nginx-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