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 7cfbe3c commit a1db2bb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yaml
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 @@ -69,3 +75,4 @@ jobs:
tags: |
ghcr.io/cquptmirror/mirrorz-help:latest
cquptmirror/mirrorz-help:latest
reg.redrock.team/mirror/mirrorz-help:latest

0 comments on commit a1db2bb

Please sign in to comment.