when: branch: [stage, main] event: push matrix: include: - PLATFORM: linux/arm64 TAG: arm - PLATFORM: linux/amd64 TAG: amd64 labels: platform: ${PLATFORM} steps: - name: build-and-push image: plugins/docker settings: dockerfile: src/Dockerfile context: src/ repo: registry:5000/annotations tags: - "${CI_COMMIT_BRANCH}-${TAG}" - "${CI_COMMIT_SHA:0:8}-${TAG}" insecure: true