Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on:
push:
tags: "*"

jobs:
push_to_dockerhub:
name: "Push Docker Images to DockerHub"
strategy:
Copy link
Contributor

@ORybak5 ORybak5 Jan 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it will be a little bit clearer if we provide an additional description for the job like below:

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
23 changes: 0 additions & 23 deletions release-scripts/release.sh

This file was deleted.

Loading