pipeline: publish: image: plugins/docker settings: registry: registry.nulo.in username: sutty repo: registry.nulo.in/sutty/redis tags: - ${ALPINE_VERSION}-${MAX_MEMORY} - latest build_args: - MAX_MEMORY=${MAX_MEMORY} - ALPINE_VERSION=${ALPINE_VERSION} - BASE_IMAGE=registry.nulo.in/sutty/monit secrets: - docker_password when: branch: antifascista event: push matrix: include: - MAX_MEMORY: "100mb" ALPINE_VERSION: "3.16.2" REDIS_VERSION: "7.0.4" - MAX_MEMORY: "100mb" ALPINE_VERSION: "3.15.6" REDIS_VERSION: "6.2.7"