Skip to content

Commit

Permalink
chore: Update lecence and links as now I'm a maintainer of it...
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxymVlasov committed Jun 19, 2024
1 parent 82169ec commit c71c692
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
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

0 comments on commit c71c692

Please sign in to comment.