Skip to content

Commit

Permalink
ci: pin docker/scount-action (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmeligio committed Sep 4, 2024
1 parent 730459c commit 023b069
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_push_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Record image in Docker Scout environment
id: docker-scout-environment
uses: docker/scout-action@v1
uses: docker/scout-action@e71a6e518e912cc9094cb8c89e29bb0dcef01668 #v1
with:
command: environment
# Use the Docker Hub image that is the first tag in the metadata
Expand Down
9 changes: 9 additions & 0 deletions docs/contributing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!--- This markdown file was auto-generated from "contributing.mdx" -->

# Contributing

## Adding new Github Actions

When adding new Github Actions the `.github\renovate.json` needs to be checked and add the new action to:

* the automerge array if it's not an important action
4 changes: 4 additions & 0 deletions docs/src/content.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ The base image is `debian/debian:12-slim` and from there multiple stages are cre

The storage of the images starts to cost after 50 GB and increases with every pushed image because the AWS Free Tier covers up to 50 GB of total storage for free in ECR Public.

## Contributing

See [Contributing](docs/contributing.md)

## Other Docker projects for mobile development

- [docker-android-fastlane](https://github.com/softartdev/docker-android-fastlane)
Expand Down
6 changes: 6 additions & 0 deletions docs/src/contributing.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Contributing

## Adding new Github Actions

When adding new Github Actions the `.github\renovate.json` needs to be checked and add the new action to:
- the automerge array if it's not an important action
3 changes: 2 additions & 1 deletion docs/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
"description": "",
"main": "index.js",
"scripts": {
"build": "npm run readme",
"build": "npm run readme && npm run contributing",
"readme": "cross-env NODE_ENV=production mdx-to-md readme.mdx ../../readme.md",
"contributing": "cross-env NODE_ENV=production mdx-to-md contributing.mdx ../contributing.md",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
Expand Down
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ The base image is `debian/debian:12-slim` and from there multiple stages are cre

The storage of the images starts to cost after 50 GB and increases with every pushed image because the AWS Free Tier covers up to 50 GB of total storage for free in ECR Public.

## Contributing

See [Contributing](docs/contributing.md)

## Other Docker projects for mobile development

* [docker-android-fastlane](https://github.com/softartdev/docker-android-fastlane)
Expand Down

0 comments on commit 023b069

Please sign in to comment.