Skip to content

Commit

Permalink
docs: add github badge
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarrapc committed May 25, 2020
1 parent 477ffd3 commit c5d951b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/docker_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ jobs:
- run: docker build --build-arg VCS_REF=$(git rev-parse --short HEAD) -t ${OWNER}/${IMAGE_NAME}:latest .
- run: docker tag ${OWNER}/${IMAGE_NAME}:latest ${OWNER}/${IMAGE_NAME}:${GIT_TAG}
- run: docker login -u ${DOCKER_USER} -p ${DOCKER_PASS}
env:
DOCKER_USER: ${{ secrets.SYNCED_DOCKER_USER }}
DOCKER_PASS: ${{ secrets.SYNCED_DOCKER_PASS }}
- run: docker push ${OWNER}/${IMAGE_NAME}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![CircleCI](https://circleci.com/gh/guitarrapc/docker-aws-cli.svg?style=svg)](https://circleci.com/gh/guitarrapc/docker-aws-cli) [![hub](https://img.shields.io/docker/pulls/guitarrapc/docker-awscli-kubectl.svg)](https://hub.docker.com/r/guitarrapc/docker-awscli-kubectl/)
![Docker Build](https://github.com/guitarrapc/docker-aws-cli/workflows/Docker%20Build/badge.svg) ![Docker Push](https://github.com/guitarrapc/docker-aws-cli/workflows/Docker%20Push/badge.svg) [![hub](https://img.shields.io/docker/pulls/guitarrapc/docker-awscli-kubectl.svg)](https://hub.docker.com/r/guitarrapc/docker-awscli-kubectl/)

## Builder docker image

Expand Down

0 comments on commit c5d951b

Please sign in to comment.