Skip to content

chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/o… #617

chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/o…

chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/o… #617

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