Skip to content

Commit

Permalink
feat: rename workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
HADB committed May 15, 2024
1 parent 83ddebb commit 37721b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-aliyun.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Image CI
name: Deploy to Aliyun

on:
push:
Expand All @@ -8,6 +8,7 @@ on:

jobs:
build-and-push-image:
name: Build & push docker image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 37721b5

Please sign in to comment.