You've already forked docker-compose-docker
Compare commits
3 Commits
3178d6cfea
...
v2.40.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
93fa3783b5
|
|||
|
cb8675a154
|
|||
|
2cba5ee3b2
|
@@ -39,6 +39,7 @@ jobs:
|
|||||||
run: echo "No DC_VERSION change. Exiting..."
|
run: echo "No DC_VERSION change. Exiting..."
|
||||||
|
|
||||||
- name: Create and push new tag
|
- name: Create and push new tag
|
||||||
|
id: create_tag
|
||||||
if: steps.check_change.outputs.changed == 'true'
|
if: steps.check_change.outputs.changed == 'true'
|
||||||
run: |
|
run: |
|
||||||
defined_tag="$(grep --only-matching --perl-regexp 'DC_VERSION\?=v?[\d]*(\.[\d]*){0,2}' Makefile | cut --delimiter='=' --fields=2)"
|
defined_tag="$(grep --only-matching --perl-regexp 'DC_VERSION\?=v?[\d]*(\.[\d]*){0,2}' Makefile | cut --delimiter='=' --fields=2)"
|
||||||
|
|||||||
Reference in New Issue
Block a user