Skip to content

Commit

Permalink
chore(cicd): temporily test feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
nimdanitro committed Oct 28, 2024
1 parent 50f8846 commit ff658b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- uses: flipt-io/[email protected]
- run: flipt validate -d ui
- run: flipt validate
- uses: docker/login-action@v3
if: github.ref == 'refs/heads/develop'
#if: github.ref == 'refs/heads/develop'
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and Push bundle
if: github.ref == 'refs/heads/feat/feature-flags' # fixme: this should go to develop
#if: github.ref == 'refs/heads/develop'
run: |
flipt bundle build sitrep-featureflags:latest
flipt bundle push sitrep-featureflags:latest ghcr.io/f-eld-ch/sitrep/featureflags:develop
Expand Down

0 comments on commit ff658b0

Please sign in to comment.