pipeline: build: image: alpine:edge commands: - sed -i 's@@${VERSION}@' Dockerfile docker: image: plugins/docker repo: bunix42/google-cloud-sdk tags: - ${VERSION} secrets: [ docker_username, docker_password ] when: branch: master matrix: NC_VERSION: - 193.0.0-alpine