chore(): Adds a dev tag to the container before promotion #3

Merged
elia merged 1 commit from dev-tag into master 2024-01-14 21:55:17 +00:00
Showing only changes of commit a6202906d0 - Show all commits

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: