Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 94762f416a | |||
| 5ac15cceff | |||
| 6947d716eb | |||
| cd6cf95ec2 | |||
| 10a608a6d4 |
@@ -1,8 +1,8 @@
|
|||||||
name: Docker Image CI
|
name: Docker Image CI
|
||||||
on:
|
on:
|
||||||
release:
|
push:
|
||||||
types:
|
tags:
|
||||||
- published
|
- '*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -10,4 +10,5 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
run: |
|
run: |
|
||||||
echo $GITHUB_REF_NAME
|
echo ${github.sha} $GITHUB_SHA
|
||||||
|
echo ${github.repository} $GITHUB_REPOSITORY
|
||||||
Reference in New Issue
Block a user