Skip to content

Bump org.testcontainers:testcontainers from 1.19.8 to 1.20.0 in /serv… #5

Bump org.testcontainers:testcontainers from 1.19.8 to 1.20.0 in /serv…

Bump org.testcontainers:testcontainers from 1.19.8 to 1.20.0 in /serv… #5

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