0.0.4 - fix simulated load
This commit is contained in:
parent
e68999c06b
commit
126e90084e
4 changed files with 10 additions and 4 deletions
5
justfile
5
justfile
|
|
@ -2,8 +2,9 @@ default:
|
|||
@just --list
|
||||
|
||||
build-image:
|
||||
podman build -t docker.io/waylonwalker/htmx-patterns-waylonwalker-com:0.0.3 .
|
||||
podman build -t docker.io/waylonwalker/htmx-patterns-waylonwalker-com:$(hatch version) .
|
||||
|
||||
push-image:
|
||||
podman push docker.io/waylonwalker/htmx-patterns-waylonwalker-com:0.0.3
|
||||
podman push docker.io/waylonwalker/htmx-patterns-waylonwalker-com:$(hatch version)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue