Skip to content

Commit

Permalink
modified: .github/workflows/build_and_push_images.yaml
Browse files Browse the repository at this point in the history
	modified:   .github/workflows/deploy_container_apps.yaml
  • Loading branch information
vrsorheim committed Jul 11, 2024
1 parent 6ba203f commit 1669932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_push_images.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Push Images
name: Docker Build and Push

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_container_apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Container Apps

on:
workflow_run:
workflows: ["Build and Push Images"]
workflows: ["Docker Build and Push"]
types:
- completed

Expand Down

0 comments on commit 1669932

Please sign in to comment.