labels: platform: linux/amd64 steps: - name: manifest image: mplatform/manifest-tool entrypoint: ['/manifest-tool', 'push', 'from-args', '--username', 'elara6331', '--password', "$REGISTRY_TOKEN", '--platforms', 'linux/amd64,linux/arm64', '--template', 'gitea.elara.ws/elara6331/distrohop:ARCH', '--tags', "${CI_COMMIT_TAG}", '--target', 'gitea.elara.ws/elara6331/distrohop:latest'] environment: REGISTRY_TOKEN: from_secret: gitea_token when: - event: tag depends_on: - build