Skip to content

Commit

Permalink
Updating version to v1.7 (#404)
Browse files Browse the repository at this point in the history
* update version to v1.7

Signed-off-by: MohammedAbdi <mohammma@usc.edu>

* update workflow version to 1.7

Signed-off-by: MohammedAbdi <mohammma@usc.edu>

---------

Signed-off-by: MohammedAbdi <mohammma@usc.edu>
  • Loading branch information
mamy-CS authored Apr 19, 2024
1 parent 21affcf commit 8c2e258
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Run build
uses: ./.github/actions/build
with:
tag-version: ${{ contains(fromJSON('["main", "v1.6"]'), steps.branch_name.outputs.branch) && true || false }}
tag-version: ${{ contains(fromJSON('["main", "v1.7"]'), steps.branch_name.outputs.branch) && true || false }}

- name: Print job result
run: |
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
image-tag-prefix: ubi-
backend-dockerfile: Dockerfile.backend-container.ubi
frontend-dockerfile: frontend/Dockerfile.frontend-container.ubi
tag-version: ${{ contains(fromJSON('["main", "v1.6"]'), steps.branch_name.outputs.branch) && true || false }}
tag-version: ${{ contains(fromJSON('["main", "v1.7"]'), steps.branch_name.outputs.branch) && true || false }}

- name: Print job result
run: |
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.6.0
v1.7.0

0 comments on commit 8c2e258

Please sign in to comment.