Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6947d716eb | |||
| cd6cf95ec2 | |||
| 10a608a6d4 | |||
| d6293392fb | |||
| eef5777184 | |||
| eac093f265 |
@@ -1,16 +1,13 @@
|
||||
name: Docker Image CI
|
||||
on:
|
||||
release:
|
||||
types:
|
||||
- published
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: gitea-official-runner
|
||||
container:
|
||||
image: harbor.merlin.xin/testing/merlin/builder:v0.0.0
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: |
|
||||
echo "Release tag: $GITEA_REF_NAME" \
|
||||
echo "Release title: $GITEA_RELEASE_TITLE"
|
||||
run: |
|
||||
echo $github.ref.name
|
||||
Reference in New Issue
Block a user