We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 806c003 commit 5ba2134Copy full SHA for 5ba2134
4 files changed
.github/workflows/build-image.yml
@@ -1,6 +1,6 @@
1
name: Build Docker Image
2
on:
3
- workflow_dispatch:
+ workflow_call:
4
5
permissions:
6
contents: read
.github/workflows/lint-format.yml
name: Linting and Formating checks
.github/workflows/push-image.yml
name: Push Contianer to Docker Hub
.github/workflows/unit-sec-test.yml
name: Unit and Security Testing
0 commit comments