Skip to content

chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.6.6 - autoclosed #53

chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.6.6 - autoclosed

chore(deps): update ghcr.io/open-feature/flagd docker tag to v0.6.6 - autoclosed #53

Workflow file for this run

name: ci
on:
pull_request:
types:
- opened
- synchronize
- reopened
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Node
uses: actions/setup-node@v3
- run: npm ci
- name: Lint Gherkin
run: npm run gherkin-lint
- name: Build Docker image
uses: docker/build-push-action@v4
with:
push: false