Skip to content

Commit d4cb584

Browse files
Migrated DockerHub to devopsinfra organization
1 parent 2517713 commit d4cb584

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
@@ -13,8 +13,9 @@ CURRENT_BRANCH := $(shell echo $(GITHUB_REF) | sed 's/refs\/heads\///')
1313
GITHUB_SHORT_SHA := $(shell echo $(GITHUB_SHA) | cut -c1-7)
1414
RELEASE_BRANCH := master
1515
DOCKER_USER_ID := christophshyper
16+
DOCKER_ORG_NAME := devopsinfra
1617
DOCKER_IMAGE := action-commit-push
17-
DOCKER_NAME := $(DOCKER_USER_ID)/$(DOCKER_IMAGE)
18+
DOCKER_NAME := $(DOCKER_ORG_NAME)/$(DOCKER_IMAGE)
1819
BUILD_DATE := $(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
1920

2021
# 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 that will create a new commit and push it back to the repository.**
44

5-
Dockerized as [christophshyper/action-commit-push](https://hub.docker.com/repository/docker/christophshyper/action-commit-push).
5+
Dockerized as [devopsinfra/action-commit-push](https://hub.docker.com/repository/docker/devopsinfra/action-commit-push).
66

77
Features:
88
* Can add a custom prefix to commit message by setting `commit_prefix`.
@@ -24,11 +24,11 @@ Features:
2424
](https://github.com/devops-infra/action-commit-push "shields.io")
2525
<br>
2626
[
27-
![DockerHub](https://img.shields.io/badge/DockerHub-christophshyper%2Faction--commit--push-blue.svg?style=plastic&logo=docker)
28-
![Docker version](https://img.shields.io/docker/v/christophshyper/action-commit-push?color=blue&label=Version&logo=docker&style=plastic)
29-
![Image size](https://img.shields.io/docker/image-size/christophshyper/action-commit-push/latest?label=Image%20size&style=plastic&logo=docker)
30-
![Docker Pulls](https://img.shields.io/docker/pulls/christophshyper/action-commit-push?color=blue&label=Pulls&logo=docker&style=plastic)
31-
](https://hub.docker.com/r/christophshyper/action-commit-push "shields.io")
27+
![DockerHub](https://img.shields.io/badge/DockerHub-devopsinfra%2Faction--commit--push-blue.svg?style=plastic&logo=docker)
28+
![Docker version](https://img.shields.io/docker/v/devopsinfra/action-commit-push?color=blue&label=Version&logo=docker&style=plastic)
29+
![Image size](https://img.shields.io/docker/image-size/devopsinfra/action-commit-push/latest?label=Image%20size&style=plastic&logo=docker)
30+
![Docker Pulls](https://img.shields.io/docker/pulls/devopsinfra/action-commit-push?color=blue&label=Pulls&logo=docker&style=plastic)
31+
](https://hub.docker.com/r/devopsinfra/action-commit-push "shields.io")
3232

3333

3434
## Reference

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ outputs:
2929
description: Name of the branch code was pushed into
3030
runs:
3131
using: docker
32-
image: docker://christophshyper/action-commit-push:latest
32+
image: docker://devopsinfra/action-commit-push:latest
3333
env:
3434
GITHUB_TOKEN: ${{ inputs.github_token }}
3535
branding:

0 commit comments

Comments
 (0)