Skip to content

Commit

Permalink
ci: use gnuton docker
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuton committed Jan 22, 2024
1 parent 6c27454 commit 4c88424
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: GitHub Actions Demo
name: Containers
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: gnuton/asuswrt-merlin-toolchains-docker:latest
build:
runs-on: ubuntu-latest
container: gnuton/asuswrt-merlin-toolchains-docker:latest
env:
TEST: xxx
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
Expand Down

0 comments on commit 4c88424

Please sign in to comment.