Skip to content

Commit 27765e4

Browse files
committed
feat(ci): add workflow_dispatch to frontend-publish-docker.yml
1 parent e74dc3b commit 27765e4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/backend-publish-docker-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
name: Backend docker image
2+
name: Backend docker image deploy
33

44
# Configures this workflow to run every time a change is pushed to the branch called `release`.
55
on:

.github/workflows/frontend-publish-docker-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
name: Frontend docker image
2+
name: Frontend docker image deploy
33

44
# Configures this workflow to run every time a change is pushed to the branch called `release`.
55
on:

.github/workflows/frontend-publish-docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
branches:
1111
- main
1212
- staging
13+
workflow_dispatch:
1314

1415
# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
1516
env:

0 commit comments

Comments
 (0)