Compare commits

..

1 Commits

Author SHA1 Message Date
34589749ba fix(ci): Update YAML config 🔧
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed
2024-04-02 23:22:24 +13:00

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: