File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 username : ${{ github.repository_owner }}
2727 password : ${{ secrets.GITHUB_TOKEN }}
2828
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-
3629 - name : Build and push
3730 uses : docker/build-push-action@v2
3831 with :
4336 VERSION=${{ github.event.inputs.tag }}
4437 tags : |
4538 ghcr.io/scality/bert-e:${{ inputs.tag }}
46- registry.scality.com/bert-e/bert-e:${{ inputs.tag }}
4739
4840 - name : Create Release
4941 uses : softprops/action-gh-release@v1
Original file line number Diff line number Diff line change @@ -292,11 +292,11 @@ bertE:
292292image :
293293 # # regitry to pull from.
294294 # #
295- registry : registry. scality.com
295+ registry : ghcr.io/ scality
296296
297297 # # repository on the registry to pull from.
298298 # #
299- repository : bert-e/bert-e
299+ repository : bert-e
300300
301301 # # tag specifies the version of Bert-E to deploy.
302302 # #
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ configMapGenerator:
1717
1818images :
1919- name : bert-e
20- newName : ' registry.scality.com/bert-e /bert-e'
20+ newName : ' ghcr.io/scality /bert-e'
2121 newTag : ' 3.6.23'
2222
2323resources :
You can’t perform that action at this time.
0 commit comments