forked from TrueCloudLab/action-env
Fix registry logout syntax
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
parent
a3b7e14413
commit
1b4e256d1d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -19,4 +19,4 @@ $(PUSH):
|
||||||
echo -n "$$REGISTRY_PASSWORD" | wc
|
echo -n "$$REGISTRY_PASSWORD" | wc
|
||||||
echo "$$REGISTRY_PASSWORD" | buildah login --username $(REGISTRY_USER) --password-stdin $(REGISTRY)
|
echo "$$REGISTRY_PASSWORD" | buildah login --username $(REGISTRY_USER) --password-stdin $(REGISTRY)
|
||||||
buildah push --rm $(IMAGE):$(patsubst push-%,%,$@) docker://$(IMAGE):$(patsubst push-%,%,$@)
|
buildah push --rm $(IMAGE):$(patsubst push-%,%,$@) docker://$(IMAGE):$(patsubst push-%,%,$@)
|
||||||
buildah logout
|
buildah logout $(REGISTRY)
|
||||||
|
|
Loading…
Reference in a new issue