Skip to content

Commit

Permalink
Update bloaty-action Docker image to 1.1.0 w/ summary-title input.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosperate committed Mar 7, 2023
1 parent 56bcf4e commit 270d0aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ docker build -t "bloaty-action" docker-action
Run image:
```
docker run --rm bloaty-action --help
docker run --rm -v $(pwd):/home bloaty-action tests/test-elf-files/example-after.elf
docker run --rm -v $(pwd):/home bloaty-action test-elf-files/example-after.elf
```

Publish image:
Expand Down
2 changes: 1 addition & 1 deletion docker-action/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/carlosperate/bloaty:latest

LABEL "version"="1.0.0"
LABEL "version"="1.1.0"
LABEL org.opencontainers.image.title="Bloaty McBloatface GitHub Action"
LABEL org.opencontainers.image.description="GitHub Action using Docker to run Bloaty McBloatface: a size profiler for binaries."
LABEL org.opencontainers.image.authors="Carlos Pereira Atencio <carlosperate@embeddedlog.com>"
Expand Down

0 comments on commit 270d0aa

Please sign in to comment.