Skip to content

chore(deps-dev): bump @types/uuid from 9.0.2 to 9.0.3 in /ui (#2074) #615

chore(deps-dev): bump @types/uuid from 9.0.2 to 9.0.3 in /ui (#2074)

chore(deps-dev): bump @types/uuid from 9.0.2 to 9.0.3 in /ui (#2074) #615

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