Skip to content

Commit 5be6cdf

Browse files
committed
Enable readmyhub orb
1 parent 8db6a7d commit 5be6cdf

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.circleci/config.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
version: 2.1
22

33
orbs:
4-
orbtools: gofunky/orbtools@dev:163
4+
orbtools: gofunky/orbtools@0.3.1
55
envorb: gofunky/envorb@0.3.7
66
docker: gofunky/docker@0.1.2
7-
#readmyhuborb: gofunky/readmyhub@dev
7+
readmyhuborb: gofunky/readmyhub@dev:129
88

99
readmyhub_job: &readmyhub_job
1010
context: docker-hub
@@ -89,12 +89,11 @@ workflows:
8989
<<: [*master_filter, *use_alpine_version]
9090
requires: [latest_version]
9191

92-
#- readmyhuborb/update:
93-
# name: readme
94-
# <<: *master_filter
95-
# version: 1.1.0
96-
# context: docker-hub
97-
# requires: [build_git]
92+
- readmyhuborb/update:
93+
name: readme
94+
<<: *master_filter
95+
context: docker-hub
96+
requires: [build_git]
9897

9998
build_release:
10099
jobs:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![Microbadger Version](https://images.microbadger.com/badges/version/gofunky/readmyhub:stable.svg)](https://microbadger.com/images/gofunky/readmyhub:stable "Docker Version")
66
[![Microbadger Layers](https://images.microbadger.com/badges/image/gofunky/readmyhub:stable.svg)](https://microbadger.com/images/gofunky/readmyhub:stable "Docker Layers")
77
[![Docker Pulls](https://img.shields.io/docker/pulls/gofunky/readmyhub.svg)](https://hub.docker.com/r/gofunky/readmyhub)
8+
[![Orb Docs](https://img.shields.io/badge/orb-docs-blue.svg)](https://circleci.com/orbs/registry/orb/gofunky/readmyhub)
89
![GitHub last commit](https://img.shields.io/github/last-commit/gofunky/git.svg)
910
![GitHub License](https://img.shields.io/github/license/gofunky/readmyhub.svg)
1011

0 commit comments

Comments
 (0)