File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -45,20 +45,26 @@ jobs:
45
45
context : ./Clients
46
46
platforms : linux/amd64,linux/arm64
47
47
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
49
51
50
52
- name : Build and push Servers image
51
53
uses : docker/build-push-action@v4
52
54
with :
53
55
context : ./Servers
54
56
platforms : linux/amd64,linux/arm64
55
57
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
57
61
58
62
- name : Build and push BiasAndFairnessServers image
59
63
uses : docker/build-push-action@v4
60
64
with :
61
65
context : ./BiasAndFairnessServers
62
66
platforms : linux/amd64,linux/arm64
63
67
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
Original file line number Diff line number Diff line change 1
- # VERSION 1.0 DUE 12 JUNE, 2025
2
1
3
2
[ Join our Discord channel] ( https://discord.com/invite/wWzYzMD6 ) to get the latest announcement.
4
3
You can’t perform that action at this time.
0 commit comments