Skip to content

Commit 3086694

Browse files
Merge pull request #10 from devops-infra/dependency/update
Migrated DockerHub to devopsinfra
2 parents bf5699d + e4863f5 commit 3086694

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ GITHUB_SHA ?= aabbccddeeff
1212
CURRENT_BRANCH := $(shell echo $(GITHUB_REF) | sed 's/refs\/heads\///')
1313
GITHUB_SHORT_SHA := $(shell echo $(GITHUB_SHA) | cut -c1-7)
1414
DOCKER_USER_ID := christophshyper
15+
DOCKER_ORG_NAME := devopsinfra
1516
DOCKER_IMAGE := action-terraform-copy-vars
16-
DOCKER_NAME := $(DOCKER_USER_ID)/$(DOCKER_IMAGE)
17+
DOCKER_NAME := $(DOCKER_ORG_NAME)/$(DOCKER_IMAGE)
1718
BUILD_DATE := $(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
1819

1920
# Some cosmetics

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

77
Features:
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

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ outputs:
2323
description: List of updated files
2424
runs:
2525
using: docker
26-
image: docker://christophshyper/action-terraform-copy-vars:latest
26+
image: docker://devopsinfra/action-terraform-copy-vars:latest
2727
branding:
2828
color: purple
2929
icon: upload-cloud

0 commit comments

Comments
 (0)