chore(): Adds a dev tag to the container before promotion
This commit is contained in:
parent
1d53fd2c1d
commit
a6202906d0
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ steps:
|
||||||
squash: true
|
squash: true
|
||||||
tags:
|
tags:
|
||||||
- "${DRONE_COMMIT_SHA:0:8}"
|
- "${DRONE_COMMIT_SHA:0:8}"
|
||||||
|
- "dev"
|
||||||
depends_on:
|
depends_on:
|
||||||
- check-container
|
- check-container
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in a new issue