fix: publish images commands.
This commit is contained in:
parent
ba33c84540
commit
21826f6b12
4
Makefile
4
Makefile
@ -22,6 +22,6 @@ checks:
|
||||
golangci-lint run
|
||||
|
||||
publish-images:
|
||||
go run ./internal/multiarch.go --version="$(TAG_NAME)" --dry-run=false
|
||||
go run ./internal/multiarch.go --version="latest" --dry-run=false
|
||||
go run ./internal/ --version="$(TAG_NAME)" --dry-run=false
|
||||
go run ./internal/ --version="latest" --dry-run=false
|
||||
rm -f *.Dockerfile
|
||||
|
||||
Loading…
Reference in New Issue
Block a user