File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,9 @@ GITHUB_SHA ?= aabbccddeeff
1212CURRENT_BRANCH := $(shell echo $(GITHUB_REF ) | sed 's/refs\/heads\///')
1313GITHUB_SHORT_SHA := $(shell echo $(GITHUB_SHA ) | cut -c1-7)
1414DOCKER_USER_ID := christophshyper
15+ DOCKER_ORG_NAME := devopsinfra
1516DOCKER_IMAGE := action-terraform-copy-vars
16- DOCKER_NAME := $(DOCKER_USER_ID ) /$(DOCKER_IMAGE )
17+ DOCKER_NAME := $(DOCKER_ORG_NAME ) /$(DOCKER_IMAGE )
1718BUILD_DATE := $(shell date -u +"% Y-% m-% dT% H:% M:% SZ")
1819
1920# Some cosmetics
Original file line number Diff line number Diff line change 22
33** GitHub Action automatically copying variables' definitions from a single file to many modules.**
44
5- Dockerized as [ christophshyper /action-terraform-copy-vars] ( https://hub.docker.com/repository/docker/christophshyper /action-terraform-copy-vars ) .
5+ Dockerized as [ devopsinfra /action-terraform-copy-vars] ( https://hub.docker.com/repository/docker/devopsinfra /action-terraform-copy-vars ) .
66
77Features:
88* It's main use will be everywhere where [ Terraform] ( https://github.com/hashicorp/terraform ) is used with * more than one module in a ** monorepo*** .
@@ -23,11 +23,11 @@ Features:
2323] ( https://github.com/devops-infra/action-terraform-copy-vars " shields.io ")
2424<br >
2525[
26- ![ DockerHub] ( https://img.shields.io/badge/DockerHub-christophshyper %2Faction--terraform--copy--vars-blue.svg?style=plastic&logo=docker )
27- ![ Docker version] ( https://img.shields.io/docker/v/christophshyper /action-terraform-copy-vars?color=blue&label=Version&logo=docker&style=plastic )
28- ![ Image size] ( https://img.shields.io/docker/image-size/christophshyper /action-terraform-copy-vars/latest?label=Image%20size&style=plastic&logo=docker )
29- ![ Docker Pulls] ( https://img.shields.io/docker/pulls/christophshyper /action-terraform-copy-vars?color=blue&label=Pulls&logo=docker&style=plastic )
30- ] ( https://hub.docker.com/r/christophshyper /action-terraform-copy-vars " shields.io ")
26+ ![ DockerHub] ( https://img.shields.io/badge/DockerHub-devopsinfra %2Faction--terraform--copy--vars-blue.svg?style=plastic&logo=docker )
27+ ![ Docker version] ( https://img.shields.io/docker/v/devopsinfra /action-terraform-copy-vars?color=blue&label=Version&logo=docker&style=plastic )
28+ ![ Image size] ( https://img.shields.io/docker/image-size/devopsinfra /action-terraform-copy-vars/latest?label=Image%20size&style=plastic&logo=docker )
29+ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/devopsinfra /action-terraform-copy-vars?color=blue&label=Pulls&logo=docker&style=plastic )
30+ ] ( https://hub.docker.com/r/devopsinfra /action-terraform-copy-vars " shields.io ")
3131
3232
3333## Reference
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ outputs:
2323 description : List of updated files
2424runs :
2525 using : docker
26- image : docker://christophshyper /action-terraform-copy-vars:latest
26+ image : docker://devopsinfra /action-terraform-copy-vars:latest
2727branding :
2828 color : purple
2929 icon : upload-cloud
You can’t perform that action at this time.
0 commit comments