Don't pull when tagging
This commit is contained in:
parent
65d8f00c76
commit
2819a2a955
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ steps:
|
||||||
tags: latest
|
tags: latest
|
||||||
build_args_from_env:
|
build_args_from_env:
|
||||||
- POETRY_OPTIONS
|
- POETRY_OPTIONS
|
||||||
pull_image: true
|
pull_image: false
|
||||||
purge: false
|
purge: false
|
||||||
storage_driver: overlay2
|
storage_driver: overlay2
|
||||||
when:
|
when:
|
||||||
|
|
Reference in a new issue