1- ---
21#
32# This is the canonical configuration for the `README.md`
43# Run `make readme` to rebuild the `README.md`
@@ -23,13 +22,17 @@ github_repo: cloudposse/github-action-docker-image-exists
2322
2423# Badges to display
2524badges :
26- - name : " Latest Release"
27- image : " https://img.shields.io/github/release/cloudposse/github-action-docker-image-exists.svg"
28- url : " https://github.com/cloudposse/github-action-docker-image-exists/releases/latest"
29- - name : " Slack Community"
30- image : " https://slack.cloudposse.com/badge.svg"
31- url : " https://slack.cloudposse.com"
25+ - name : Latest Release
26+ image : https://img.shields.io/github/release/cloudposse/github-action-docker-image-exists.svg?style=for-the-badge
27+ url : https://github.com/cloudposse/github-action-docker-image-exists/releases/latest
28+ - name : Last Updated
29+ image : https://img.shields.io/github/last-commit/cloudposse/github-action-docker-image-exists.svg?style=for-the-badge
30+ url : https://github.com/cloudposse/github-action-docker-image-exists/commits
31+ - name : Slack Community
32+ image : https://slack.cloudposse.com/for-the-badge.svg
33+ url : https://cloudposse.com/slack
3234
35+ # List any related terraform modules that this module may be used with or that this module depends on.
3336related :
3437 - name : " github-action-docker-build-push"
3538 description : " Build Docker image and push it"
@@ -70,17 +73,12 @@ usage: |-
7073 login: "${{ secrets.DOCKERHUB_USERNAME }}"
7174 password: "${{ secrets.DOCKERHUB_PASSWORD }}"
7275 tag: latest
73-
76+
7477 outputs:
7578 result: ${{ steps.image_exists.conclusion }}
7679 image: ${{ steps.image_exists.outputs.image }}
7780 tag: ${{ steps.image_exists.outputs.tag }}
7881 ```
7982
80- include :
81- - " docs/github-action.md"
82-
83- # Contributors to this project
84- contributors :
85- - name : " Igor Rodionov"
86- github : " goruha"
83+ include : []
84+ contributors : []
0 commit comments