Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo <[email protected]>
  • Loading branch information
pabloaledo committed Jan 21, 2025
1 parent 66f87e5 commit 469d910
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: cr.seqera.io
username: ${{ github.SEQERA_CR_USERNAME }}
username: ${{ secrets.SEQERA_CR_USERNAME }}
password: ${{ secrets.SEQERA_PUBLIC_CR_PASSWORD }}
if: github.event_name == 'push'

- name: Build and push
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 469d910

Please sign in to comment.