Skip to content

Commit ad31c2e

Browse files
authored
Merge pull request #1639 from bluewave-labs/develop
Merging develop into master: June 12
2 parents e6aa333 + c09d929 commit ad31c2e

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/docker-image.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,26 @@ jobs:
4545
context: ./Clients
4646
platforms: linux/amd64,linux/arm64
4747
push: true
48-
tags: ghcr.io/${{ github.repository_owner }}/verifywise-frontend:${{ env.TAG }}
48+
tags: |
49+
ghcr.io/${{ github.repository_owner }}/verifywise-frontend:${{ env.TAG }}
50+
ghcr.io/${{ github.repository_owner }}/verifywise-frontend:latest
4951
5052
- name: Build and push Servers image
5153
uses: docker/build-push-action@v4
5254
with:
5355
context: ./Servers
5456
platforms: linux/amd64,linux/arm64
5557
push: true
56-
tags: ghcr.io/${{ github.repository_owner }}/verifywise-backend:${{ env.TAG }}
58+
tags: |
59+
ghcr.io/${{ github.repository_owner }}/verifywise-backend:${{ env.TAG }}
60+
ghcr.io/${{ github.repository_owner }}/verifywise-backend:latest
5761
5862
- name: Build and push BiasAndFairnessServers image
5963
uses: docker/build-push-action@v4
6064
with:
6165
context: ./BiasAndFairnessServers
6266
platforms: linux/amd64,linux/arm64
6367
push: true
64-
tags: ghcr.io/${{ github.repository_owner }}/verifywise-bias-and-fairness-backend:${{ env.TAG }}
68+
tags: |
69+
ghcr.io/${{ github.repository_owner }}/verifywise-bias-and-fairness-backend:${{ env.TAG }}
70+
ghcr.io/${{ github.repository_owner }}/verifywise-bias-and-fairness-backend:latest

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# VERSION 1.0 DUE 12 JUNE, 2025
21

32
[Join our Discord channel](https://discord.com/invite/wWzYzMD6) to get the latest announcement.
43

0 commit comments

Comments
 (0)