Skip to content

Commit

Permalink
EVEREST-405 Push dev image (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko authored Jan 15, 2024
1 parent 31a6923 commit 317b525
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-push-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
type=match,pattern=v(.*),group=1
type=match,pattern=v(\d.\d),group=1,enable=${{ !contains(github.ref_name, 'main') }}
type=raw,value=latest,enable=${{ !contains(github.ref_name, 'rc') }}
type=raw,value=0.0.0,enable=${{ contains(github.ref_name, 'main') }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand Down

0 comments on commit 317b525

Please sign in to comment.