Skip to content

Commit e0e171d

Browse files
authored
Replace Makefile with atmos.yaml (#81)
chore: Replace Makefile with atmos.yaml
1 parent aa16c1c commit e0e171d

File tree

4 files changed

+16
-69
lines changed

4 files changed

+16
-69
lines changed

Makefile

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

README.yaml

Lines changed: 14 additions & 16 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`
@@ -22,13 +21,17 @@ github_repo: cloudposse/github-action-docker-build-push
2221

2322
# Badges to display
2423
badges:
25-
- name: "Latest Release"
26-
image: "https://img.shields.io/github/release/cloudposse/github-action-docker-build-push.svg"
27-
url: "https://github.com/cloudposse/github-action-docker-build-push/releases/latest"
28-
- name: "Slack Community"
29-
image: "https://slack.cloudposse.com/badge.svg"
30-
url: "https://slack.cloudposse.com"
31-
24+
- name: Latest Release
25+
image: https://img.shields.io/github/release/cloudposse/github-action-docker-build-push.svg?style=for-the-badge
26+
url: https://github.com/cloudposse/github-action-docker-build-push/releases/latest
27+
- name: Last Updated
28+
image: https://img.shields.io/github/last-commit/cloudposse/github-action-docker-build-push.svg?style=for-the-badge
29+
url: https://github.com/cloudposse/github-action-docker-build-push/commits
30+
- name: Slack Community
31+
image: https://slack.cloudposse.com/for-the-badge.svg
32+
url: https://cloudposse.com/slack
33+
34+
# List any related terraform modules that this module may be used with or that this module depends on.
3235
related: []
3336

3437
# Short description of this project
@@ -59,7 +62,7 @@ usage: |-
5962
steps:
6063
- name: Checkout
6164
uses: actions/checkout@v3
62-
65+
6366
- name: Build
6467
id: build
6568
uses: cloudposse/github-action-docker-build-push@main
@@ -91,10 +94,5 @@ usage: |-
9194
+ cache-to: "mode=max,image-manifest=true,oci-mediatypes=true,type=registry,ref=registry.hub.docker.com/${{ github.event.repository.owner.login }}/${{ github.event.repository.name }}:cache"
9295
```
9396
94-
include:
95-
- "docs/github-action.md"
96-
97-
# Contributors to this project
98-
contributors:
99-
- name: "Igor Rodionov"
100-
github: "goruha"
97+
include: []
98+
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 & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)