Skip to content

Commit c1414a4

Browse files
committed
Fix Typo in GitHub Action
1 parent 3da9798 commit c1414a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-delivery.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
username: ${{ github.actor }}
4444
password: ${{ secrets.GITHUB_TOKEN }}
4545

46-
- name: Build and Push Docker Image (webhook)
46+
- name: Build and Push Docker Image
4747
id: docker_build_webhook
4848
uses: docker/build-push-action@v6
4949
with:

0 commit comments

Comments
 (0)