diff --git a/.drone.yml b/.drone.yml index 61e9a77..fffffd0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,6 +41,11 @@ trigger: steps: - name: build image: git.pipsquire.com/djweber12/chess_board_sim:latest + settings: + username: + from_secret: docker_username + password: + from_secret: docker_password commands: - cmake -S . -B build - cmake --build build