Skip to content

Commit 69318e2

Browse files
style: Change workflow name
1 parent 3dbc7df commit 69318e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: complete build
1+
name: Build Docker Image
22
on: [pull_request, workflow_call]
33
jobs:
4-
Build Docker image:
4+
build-image:
55
runs-on: ubuntu-22.04
66
env:
77
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 commit comments

Comments
 (0)