Skip to content

change(config): rename git backend filesystem to local (#3110) #1660

change(config): rename git backend filesystem to local (#3110)

change(config): rename git backend filesystem to local (#3110) #1660

Workflow file for this run

name: "Build DevContainer"
on:
workflow_dispatch:
schedule:
- cron: "00 11 * * *" # nightly @ 11:00 PM UTC
push:
branches:
- main
permissions:
contents: write
packages: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and run Dev Container task
uses: devcontainers/ci@v0.3
with:
imageName: ghcr.io/flipt-io/flipt/flipt-devcontainer
runCmd: |
mage bootstrap