kind: pipeline type: docker name: default steps: - name: build image: docker:latest commands: - docker build . --build-arg USER=$USER --build-arg TOKEN=$TOKEN