chore(): Adds a dev tag to the container before promotion
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Elia el Lazkani 2024-01-14 22:54:00 +01:00
parent 1d53fd2c1d
commit a6202906d0

View file

@ -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: