pipeline: publish: image: plugins/docker registry: registry.nulo.in 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 username: sutty secrets: - docker_password when: branch: antifascista event: push matrix: MAX_MEMORY: - "100mb" ALPINE_VERSION: - 3.15.4 REDIS_VERSION: - 6.2.7