Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
devbyteops committed Aug 10, 2024
1 parent e557a97 commit c16e543
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Docker
on:
push:
branches: ["master"]
paths-ignore:
- 'README.md'

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
1. Light weight alpine based docker image with aliyun cli package.
2. Non root user, default user is `app_user`.

0 comments on commit c16e543

Please sign in to comment.