Skip to content

Commit

Permalink
PTFE-659: remove registry.scality.com for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Abubakarr99 committed Jul 28, 2023
1 parent a5cbaee commit f18c75f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Login to Scality Registry
uses: docker/login-action@v1
with:
registry: registry.scality.com
username: ${{ secrets.REGISTRY_LOGIN }}
password: ${{ secrets.REGISTRY_PASSWORD }}

- name: Build and push
uses: docker/build-push-action@v2
with:
Expand All @@ -43,7 +36,6 @@ jobs:
VERSION=${{ github.event.inputs.tag }}
tags: |
ghcr.io/scality/bert-e:${{ inputs.tag }}
registry.scality.com/bert-e/bert-e:${{ inputs.tag }}
- name: Create Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit f18c75f

Please sign in to comment.