File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
packages : write
19
19
steps :
20
20
- uses : actions/checkout@v3
21
- - name : Log in to the Cntainer registry
21
+ - name : Log in to the Container registry
22
22
uses : docker/login-action@v2
23
23
with :
24
24
registry : ${{ env.REGISTRY }}
28
28
id : meta
29
29
uses : docker/metadata-action@v4
30
30
with :
31
- images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/eleden -server
31
+ images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/raai -server
32
32
- name : Build and push Docker image
33
33
uses : docker/build-push-action@v4
34
34
with :
45
45
packages : write
46
46
steps :
47
47
- uses : actions/checkout@v3
48
- - name : Log in to the Cntainer registry
48
+ - name : Log in to the Container registry
49
49
uses : docker/login-action@v2
50
50
with :
51
51
registry : ${{ env.REGISTRY }}
@@ -55,11 +55,11 @@ jobs:
55
55
id : meta
56
56
uses : docker/metadata-action@v4
57
57
with :
58
- images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/eleden -client
58
+ images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/raai -client
59
59
- name : Build and push Docker image
60
60
uses : docker/build-push-action@v4
61
61
with :
62
62
context : ./client
63
63
push : true
64
64
tags : ${{ steps.meta.outputs.tags }}
65
- labels : ${{ steps.meta.outputs.labels }}
65
+ labels : ${{ steps.meta.outputs.labels }}
You can’t perform that action at this time.
0 commit comments