Skip to content

Commit

Permalink
chore: update release-branch.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidapaulopt committed Nov 25, 2024
1 parent 0584319 commit a4d1455
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,11 @@ jobs:
- uses: sigstore/[email protected]

- name: dockerhub-login
if: startsWith(github.ref, 'refs/tags/v')
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: ghcr-login
if: startsWith(github.ref, 'refs/tags/v')
uses: docker/login-action@v3
with:
registry: ghcr.io
Expand Down

0 comments on commit a4d1455

Please sign in to comment.