Skip to content

Commit

Permalink
ci: build workflow login to mia registry (#317)
Browse files Browse the repository at this point in the history
* ci: build workflow login to mia registry

* ci: workflow login to mia registry

* Apply suggestions from code review
  • Loading branch information
fredmaggiowski authored Jan 30, 2024
1 parent 8cf6286 commit 2fbf046
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ jobs:
images: |
ghcr.io/rond-authz/rond
docker.io/rondauthz/rond
nexus.mia-platform.eu/rond-authz/rond
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
Expand Down Expand Up @@ -150,6 +151,13 @@ jobs:
username: ${{ secrets.BOT_DOCKER_USERNAME }}
password: ${{ secrets.BOT_DOCKER_TOKEN }}

- name: Docker Login to Mia-Platform Registry
uses: docker/login-action@v3
with:
registry: nexus.mia-platform.eu
username: ${{ secrets.MIA_PLATFORM_DOCKER_REGISTRY_USERNAME }}
password: ${{ secrets.MIA_PLATFORM_DOCKER_REGISTRY_PASSWORD }}

- name: Prepare build cache
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 2fbf046

Please sign in to comment.