fix(ci): Updated architecture types to align docker image. #10

Merged
guisea merged 2 commits from develop into master 2024-04-02 22:54:29 +13:00
Showing only changes of commit b38abd00f2 - Show all commits

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}