rust-lang / docker-rust

The official Docker images for Rust
428 stars 89 forks source link

Move to GitHub actions #171

Closed Muscraft closed 6 months ago

Muscraft commented 6 months ago

This PR adds a GitHub actions workflow that is similar to what was being done for Travis CI and removes things related to Travis CI.

sfackler commented 6 months ago

Nice! Do we need to yolo merge this to get the first build kicked off? I can't remember how GH actions bootstraps.

Muscraft commented 6 months ago

According to their docs (at the bottom of the section), it runs after it's committed:

Committing the workflow file to a branch in your repository triggers the push event and runs your workflow.

I am not sure why it didn't, so I went and copied what was done in rust-lang/annotate-snippets-rs.

Muscraft commented 6 months ago

Looks like merging the PR made actions start working!

sfackler commented 6 months ago

🎊 https://github.com/rust-lang/docker-rust/actions/runs/7359828548