chore(tooling): cleanup of Taskfile
This commit is contained in:
parent
ed41e77b30
commit
93a3754ce4
1 changed files with 1 additions and 7 deletions
|
@ -33,6 +33,7 @@ tasks:
|
|||
DOCKERFILE: '{{.ITEM}}'
|
||||
DOCKER_CONTEXT: images
|
||||
IMAGE_TAG: '{{.ITEM | splitList "/" | last | replace "Dockerfile-" ""}}'
|
||||
|
||||
docker:build:image:
|
||||
internal: true
|
||||
sources:
|
||||
|
@ -42,13 +43,6 @@ tasks:
|
|||
status:
|
||||
- docker image ls --format '{{"{{"}} .Tag {{"}}"}}' | grep -E '^{{.IMAGE_TAG}}$'
|
||||
|
||||
docker:push:
|
||||
desc: push locally built images
|
||||
cmds:
|
||||
- 'echo docker push $DOCKER_REPOSITORY:$IMAGE_TAG'
|
||||
env:
|
||||
IMAGE_TAG:
|
||||
|
||||
nosey:
|
||||
desc: start noseyparker to ensure no secrets or passwords are committed
|
||||
cmds:
|
||||
|
|
Loading…
Add table
Reference in a new issue