Skip to content

Commit

Permalink
ci: switch to self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Sep 28, 2024
1 parent df9a352 commit 91ee717
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/prebuild-devcontainers.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Prebuild Dev Containers

on:
schedule:
- cron: "0 0 * * *"
push:
paths:
- '.devcontainer/**'
Expand All @@ -18,7 +16,7 @@ concurrency:
jobs:
build:
name: Build and push devcontainer
runs-on: ubuntu-latest
runs-on: ["self-hosted", "linux", "arm64", "ubuntu-platform"]
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand All @@ -36,7 +34,7 @@ jobs:
with:
registry: ghcr.io
username: dashpay
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}π

- name: Build and push Platform devcontainer
uses: devcontainers/[email protected]
Expand Down

0 comments on commit 91ee717

Please sign in to comment.