steps: # Step 1: Build the project - name: Build image: debian:stable-slim commands: - apt-get update - apt-get install -y gcc - echo "Building project..." - g++ -o build/main main.cpp