Skip to content
This repository was archived by the owner on Jul 27, 2025. It is now read-only.

Commit 36f3a24

Browse files
committed
release test
1 parent da583d5 commit 36f3a24

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: docker release
2+
on:
3+
release:
4+
types: [published, edited]
5+
6+
jobs:
7+
deploy:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v2
11+
- run: echo $GITHUB_REF_NAME

0 commit comments

Comments
 (0)