Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dive image version to 0.12, fix --ci-config and other issues #373

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
}
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
MIT License

Copyright (c) 2022-2024 Maksym Vlasov
Copyright (c) 2020 Yuichi Tanaka

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ dive action is an action that allows developers who develop Docker image to run
```yaml
name: "Dive CI"

on: [push]
on: [pull_request]

jobs:
dive:
runs-on: ubuntu-latest
name: Analyze image efficiency
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Build image
run: docker build -t sample:latest .
- name: Dive
uses: yuichielectric/dive-action@0.0.4
uses: MaxymVlasov/dive-action@1.0.0
with:
image: "sample:latest"
config-file: ${{ github.workspace }}/.dive-ci.yml
Expand Down Expand Up @@ -131,9 +131,9 @@ Result:FAIL [Total:3] [Passed:2] [Failed:1] [Warn:0] [Skipped:0]
##[error]Process completed with exit code 1.
```

[release]: https://github.com/yuichielectric/dive-action/releases/latest
[release-badge]: https://img.shields.io/github/release/yuichielectric/dive-action.svg?logo=github&color=green
[release]: https://github.com/maxymvlasov/dive-action/releases/latest
[release-badge]: https://img.shields.io/github/release/maxymvlasov/dive-action.svg?logo=github&color=green
[marketplace]: https://github.com/marketplace/actions/dive-action
[marketplace-badge]: https://img.shields.io/badge/marketplace-dive--action-green?logo=github
[license]: https://github.com/yuichielectric/dive-action/blob/master/LICENSE
[license-badge]: https://img.shields.io/github/license/yuichielectric/dive-action.svg
[license]: https://github.com/maxymvlasov/dive-action/blob/master/LICENSE
[license-badge]: https://img.shields.io/github/license/maxymvlasov/dive-action.svg
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ inputs:
description: "GitHub Token to post PR comment"
required: true
runs:
using: "node12"
using: "node20"
main: "dist/index.js"
12 changes: 8 additions & 4 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

Loading