.PHONY: push forcepush tag forcetag show-tag push: linuxkit pkg push . forcepush: linuxkit pkg push --force . tag: linuxkit pkg build . forcetag: linuxkit pkg build --force . show-tag: linuxkit pkg show-tag .