Skip to content

Commit

Permalink
final version
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Feb 26, 2024
1 parent 9364145 commit 7ac3f2f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dev-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- EVEREST-655-dev-builds
- main

env:
NODE_OPTIONS: "--max_old_space_size=4096"
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
id: meta
with:
images: perconalab/everest
tags: 0.0.0-test
tags: 0.0.0

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand All @@ -72,7 +72,8 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
push: true
# TODO: change to true once switched to monorepo
push: false
tags: ${{ steps.meta.outputs.tags }}
scan:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7ac3f2f

Please sign in to comment.