Skip to content

Commit

Permalink
docs: add section
Browse files Browse the repository at this point in the history
  • Loading branch information
jiro4989 committed Jan 14, 2025
1 parent 2721f18 commit 0df4f34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ inputs:
description: 'Package homepage url.'
default: 'none'
required: false
section:
description: 'Package section.'
default: 'none'
required: false
arch:
description: 'Package architecture.'
default: 'amd64'
Expand Down
2 changes: 1 addition & 1 deletion dockertag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ fi

readonly IMAGE="jiro4989/build-deb-action:$VERSION"
info "IMAGE = $IMAGE"
docker build -t "$IMAGE" .
docker build --no-cache -t "$IMAGE" .
docker push "$IMAGE"
info "Successful docker build and push"

0 comments on commit 0df4f34

Please sign in to comment.