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