0.0.3 - fix docker env
This commit is contained in:
parent
a65477fac4
commit
e68999c06b
4 changed files with 8 additions and 4 deletions
4
justfile
4
justfile
|
|
@ -2,8 +2,8 @@ default:
|
|||
@just --list
|
||||
|
||||
build-image:
|
||||
podman build -t docker.io/waylonwalker/htmx-patterns-waylonwalker-com:0.0.2 .
|
||||
podman build -t docker.io/waylonwalker/htmx-patterns-waylonwalker-com:0.0.3 .
|
||||
|
||||
push-image:
|
||||
podman push docker.io/waylonwalker/htmx-patterns-waylonwalker-com:0.0.2
|
||||
podman push docker.io/waylonwalker/htmx-patterns-waylonwalker-com:0.0.3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue