File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 26
26
username : ${{ github.repository_owner }}
27
27
password : ${{ secrets.GITHUB_TOKEN }}
28
28
29
- - name : Login to Scality Registry
30
- uses : docker/login-action@v1
31
- with :
32
- registry : registry.scality.com
33
- username : ${{ secrets.REGISTRY_LOGIN }}
34
- password : ${{ secrets.REGISTRY_PASSWORD }}
35
-
36
29
- name : Build and push
37
30
uses : docker/build-push-action@v2
38
31
with :
43
36
VERSION=${{ github.event.inputs.tag }}
44
37
tags : |
45
38
ghcr.io/scality/bert-e:${{ inputs.tag }}
46
- registry.scality.com/bert-e/bert-e:${{ inputs.tag }}
47
39
48
40
- name : Create Release
49
41
uses : softprops/action-gh-release@v1
Original file line number Diff line number Diff line change @@ -292,11 +292,11 @@ bertE:
292
292
image :
293
293
# # regitry to pull from.
294
294
# #
295
- registry : registry. scality.com
295
+ registry : ghcr.io/ scality
296
296
297
297
# # repository on the registry to pull from.
298
298
# #
299
- repository : bert-e/bert-e
299
+ repository : bert-e
300
300
301
301
# # tag specifies the version of Bert-E to deploy.
302
302
# #
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ configMapGenerator:
17
17
18
18
images :
19
19
- name : bert-e
20
- newName : ' registry.scality.com/bert-e /bert-e'
20
+ newName : ' ghcr.io/scality /bert-e'
21
21
newTag : ' 3.6.23'
22
22
23
23
resources :
You can’t perform that action at this time.
0 commit comments