Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: populate devcontainer cache
Browse files Browse the repository at this point in the history
rcwbr committed Nov 10, 2024
1 parent d55da2c commit 593c751
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/devcontainer-cache-build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on: push
jobs:
devcontainer-cache-build:
name: Build devcontainer cache
runs-on: ubuntu-24.04
permissions:
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
- name: GHCR Login
uses: docker/login-action@v3.3.0
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build devcontainer cache
run: |
./devcontainer/initialize

0 comments on commit 593c751

Please sign in to comment.