Skip to content

Commit

Permalink
fix cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
dango2887 committed Aug 16, 2023
1 parent 3694b2d commit eea574f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/image_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Custom Docker Image Example

on: push

jobs:
build:
runs-on: ubuntu-latest

container:
image: registry.cn-hangzhou.aliyuncs.com/dango/image_dx:v1.0 # 指定您的自定义 Docker 镜像及其标签

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Run a custom command in the custom image
run: |
echo "Hello from the custom Docker image!"

0 comments on commit eea574f

Please sign in to comment.