fix typo in tag
This commit is contained in:
parent
ac66b00d53
commit
86a8cf5be8
2
justfile
2
justfile
@ -17,5 +17,5 @@ build:
|
||||
publish alt_tag=tag:
|
||||
@ podman tag {{image}}:{{tag}} {{registry}}/{{image}}:{{alt_tag}}
|
||||
@ echo "${{ registry_pass_var }}" | podman login {{registry}} -u {{registry_user}} --password-stdin
|
||||
@ podman push {{registry}}/{{image}}::{{alt_tag}}
|
||||
@ podman push {{registry}}/{{image}}:{{alt_tag}}
|
||||
@ podman logout {{registry}}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user