Skip to content

chore(deps): bump @types/react-redux from 7.1.25 to 7.1.26 in /ui (#2… #608

chore(deps): bump @types/react-redux from 7.1.25 to 7.1.26 in /ui (#2…

chore(deps): bump @types/react-redux from 7.1.25 to 7.1.26 in /ui (#2… #608

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@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and run Dev Container task
uses: devcontainers/[email protected]
with:
imageName: ghcr.io/flipt-io/flipt/flipt-devcontainer
runCmd: |
mage bootstrap