fix(ci): Send build-arg to depot
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

This commit was merged in pull request #10.
This commit is contained in:
2024-04-02 22:52:54 +13:00
parent 913783cf08
commit b38abd00f2

View File

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