Skip to content

Commit bc68ba7

Browse files
committed
trigger bash docker deploy
1 parent a3548b3 commit bc68ba7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/bash__deploy-docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Deploy Docker with bash file
22

33
on:
44
workflow_run:
5-
workflows: ['Build and push Docker - disabled']
5+
workflows:
6+
- 'Build and push Docker'
67
types:
78
- completed
89

.github/workflows/default__deploy-docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Deploy Docker
22

33
on:
44
workflow_run:
5-
workflows: ['Build and push Docker']
5+
workflows:
6+
- 'Build and push Docker - disabled'
67
types:
78
- completed
89

0 commit comments

Comments
 (0)