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 12, 2024
1 parent e6c736b commit 5a99285
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,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 ${{ matrix.target }} image
uses: docker/build-push-action@v5
with:
Expand All @@ -45,6 +51,7 @@ jobs:
tags: |
ghcr.io/cquptmirror/${{ matrix.target }}:dev
cquptmirror/${{ matrix.target }}:dev
reg.redrock.team/mirror/${{ matrix.target }}:dev
build-worker:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 5a99285

Please sign in to comment.