We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5cbaee commit f18c75fCopy full SHA for f18c75f
1 file changed
.github/workflows/release.yaml
@@ -26,13 +26,6 @@ jobs:
26
username: ${{ github.repository_owner }}
27
password: ${{ secrets.GITHUB_TOKEN }}
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
- name: Build and push
37
uses: docker/build-push-action@v2
38
with:
@@ -43,7 +36,6 @@ jobs:
43
VERSION=${{ github.event.inputs.tag }}
44
tags: |
45
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
0 commit comments