Skip to content

Commit 393f5a1

Browse files
authored
chore: Replace Makefile with atmos.yaml (#27)
1 parent 2d99de3 commit 393f5a1

File tree

4 files changed

+15
-47
lines changed

4 files changed

+15
-47
lines changed

Makefile

Lines changed: 0 additions & 10 deletions
This file was deleted.

README.yaml

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
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
2524
badges:
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.
3336
related:
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: []

atmos.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import:
2+
- https://raw.githubusercontent.com/cloudposse/.github/refs/heads/main/.github/atmos/github-action.yaml

docs/github-action.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)