Skip to content

Commit

Permalink
chore(ci): push image to redrock's own registery
Browse files Browse the repository at this point in the history
  • Loading branch information
sujoshua committed Apr 27, 2024
1 parent fe28cac commit 0372fec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Log in to Redrock Registry
uses: docker/login-action@v3
with:
registry: reg.redrock.team
username: ${{ secrets.REDROCK_USERNAME }}
password: ${{ secrets.REDROCK_PASSWORD }}
- name: Build and Push Image
uses: docker/build-push-action@v5
with:
Expand All @@ -71,3 +77,5 @@ jobs:
ghcr.io/cquptmirror/redlens:${{ contains(github.ref, 'pre') && 'dev' || 'latest' }}
cquptmirror/redlens:${{ github.ref_name }}
cquptmirror/redlens:${{ contains(github.ref, 'pre') && 'dev' || 'latest' }}
reg.redrock.team/mirror/redlens:${{ github.ref_name }}
reg.redrock.team/mirror/redlens:${{ contains(github.ref, 'pre') && 'dev' || 'latest' }}

0 comments on commit 0372fec

Please sign in to comment.