fix(ci): Update YAML config 🔧 #11

Merged
guisea merged 1 commits from develop into master 2024-04-02 23:25:08 +13:00
Showing only changes of commit 34589749ba - Show all commits

View File

@@ -78,8 +78,11 @@ steps:
dockerfile: Dockerfile
push: true
platforms: *platforms
buildargs: ["TAG=${CI_COMMIT_TAG}"]
tags: ["latest", "$CI_COMMIT_TAG"]
buildargs:
- TAG=${CI_COMMIT_TAG}
tags:
- "latest"
- ${CI_COMMIT_TAG}
when:
branch: ${CI_REPO_DEFAULT_BRANCH}
event: