Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 01853b41ba | |||
| 8c2ffaae55 |
@@ -5,11 +5,11 @@ on:
|
|||||||
types: [created,edited,published]
|
types: [created,edited,published]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
create new images with tag:
|
new images:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Extract Tag Name
|
- name: Extract Tag Name
|
||||||
uses: olegtarasov/get-tag@v2.1.4
|
uses: olegtarasov/get-tag@v2.1.4
|
||||||
id: tagName
|
id: tagName
|
||||||
|
- name: Show tag
|
||||||
run: echo "$GIT_TAG_NAME";
|
run: echo "$GIT_TAG_NAME";
|
||||||
|
|||||||
Reference in New Issue
Block a user