Skip to content

Commit

Permalink
Merge pull request #33 from devops-infra/dependency/docker-org
Browse files Browse the repository at this point in the history
Migrated DockerHub to devopsinfra organization
  • Loading branch information
ChristophShyper authored May 2, 2020
2 parents e442e74 + a10dd2e commit b839ffc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ GITHUB_SHA ?= aabbccddeeff
CURRENT_BRANCH := $(shell echo $(GITHUB_REF) | sed 's/refs\/heads\///')
GITHUB_SHORT_SHA := $(shell echo $(GITHUB_SHA) | cut -c1-7)
DOCKER_USER_ID := christophshyper
DOCKER_ORG_NAME := devopsinfra
DOCKER_IMAGE := action-pull-request
DOCKER_NAME := $(DOCKER_USER_ID)/$(DOCKER_IMAGE)
DOCKER_NAME := $(DOCKER_ORG_NAME)/$(DOCKER_IMAGE)
BUILD_DATE := $(shell date -u +"%Y-%m-%dT%H:%M:%SZ")

# Some cosmetics
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

**GitHub Action that will create a pull request from the current branch.**

Useful in combination with my other action [ChristophShyper/action-commit-push](https://github.com/ChristophShyper/action-commit-push).
Useful in combination with my other action [devopsinfra/action-commit-push](https://github.com/devopsinfra/action-commit-push).

Dockerized as [christophshyper/action-pull-request](https://hub.docker.com/repository/docker/christophshyper/action-pull-request).
Dockerized as [devopsinfra/action-pull-request](https://hub.docker.com/repository/docker/christophshyper/action-pull-request).

Features:
* Creates pull request if triggered from a current branch or any specified by `source_branch` to a `target_branch`.
Expand All @@ -26,11 +26,11 @@ Features:
](https://github.com/devops-infra/action-pull-request "shields.io")
<br>
[
![DockerHub](https://img.shields.io/badge/DockerHub-christophshyper%2Faction--pull--request-blue.svg?style=plastic&logo=docker)
![Docker version](https://img.shields.io/docker/v/christophshyper/action-pull-request?color=blue&label=Version&logo=docker&style=plastic)
![Image size](https://img.shields.io/docker/image-size/christophshyper/action-pull-request/latest?label=Image%20size&style=plastic&logo=docker)
![Docker Pulls](https://img.shields.io/docker/pulls/christophshyper/action-pull-request?color=blue&label=Pulls&logo=docker&style=plastic)
](https://hub.docker.com/r/christophshyper/action-pull-request "shields.io")
![DockerHub](https://img.shields.io/badge/DockerHub-devopsinfra%2Faction--pull--request-blue.svg?style=plastic&logo=docker)
![Docker version](https://img.shields.io/docker/v/devopsinfra/action-pull-request?color=blue&label=Version&logo=docker&style=plastic)
![Image size](https://img.shields.io/docker/image-size/devopsinfra/action-pull-request/latest?label=Image%20size&style=plastic&logo=docker)
![Docker Pulls](https://img.shields.io/docker/pulls/devopsinfra/action-pull-request?color=blue&label=Pulls&logo=docker&style=plastic)
](https://hub.docker.com/r/devopsinfra/action-pull-request "shields.io")


## Reference
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ outputs:
description: Pull request URL.
runs:
using: docker
image: docker://christophshyper/action-pull-request:latest
image: docker://devopsinfra/action-pull-request:latest
env:
GITHUB_TOKEN: ${{ inputs.github_token }}
branding:
Expand Down

0 comments on commit b839ffc

Please sign in to comment.