Update README.md

This commit is contained in:
Clement Tsang
2022-06-02 01:29:21 -04:00
committed by GitHub
parent 25dcad1adb
commit 145289dcb7

View File

@@ -35,9 +35,9 @@ The action returns either `true` or `false`, indicating if the derived image dif
```yaml
- name: Run
id: run
uses: ClementTsang/docker-check-base-image-diff@v0.0.1-alpha
with:
id: run
uses: ClementTsang/docker-check-base-image-diff@v0.0.1-alpha
with:
base-image: docker://rust:slim-buster
derived-image: docker://ghcr.io/clementtsang/cargo-deb-arm
```