Skip to content

Commit

Permalink
feat: Config
Browse files Browse the repository at this point in the history
  • Loading branch information
dango2887 committed Aug 24, 2023
1 parent f1c7a47 commit c079c4d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/print_git_info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@ on:
paths:
- '**'
jobs:
container:
# 指定您的自定义 Docker 镜像及其标签
image: registry.cn-shanghai.aliyuncs.com/dango/android_ci:latest
# platform
options: --platform linux/amd64

print_env:
uses: Dango-dx/ReusableWorkflows/.github/workflows/print_github_info.yml@master

prepare:
runs-on: ubuntu-latest
container:
# 指定您的自定义 Docker 镜像及其标签
image: registry.cn-shanghai.aliyuncs.com/dango/android_ci:latest
# platform
options: --platform linux/amd64
steps:
- name: 拉取代码
uses: actions/checkout@v2

0 comments on commit c079c4d

Please sign in to comment.