Skip to content

Commit

Permalink
push dev image to staging harbor
Browse files Browse the repository at this point in the history
  • Loading branch information
anish-mudaraddi committed Jan 6, 2025
1 parent f4b7700 commit c23e07c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rabbit_consumer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: harbor.stfc.ac.uk
username: ${{ secrets.HARBOR_USERNAME }}
password: ${{ secrets.HARBOR_TOKEN }}
username: ${{ secrets.STAGING_HARBOR_USERNAME }}
password: ${{ secrets.STAGING_HARBOR_TOKEN }}

- name: Set commit SHA for later
id: commit_sha
Expand Down

0 comments on commit c23e07c

Please sign in to comment.