Skip to content

Commit

Permalink
Merge pull request #31 from GEWIS/feature/docker-registry-update
Browse files Browse the repository at this point in the history
Update Docker registry
  • Loading branch information
Yoronex authored Jun 17, 2024
2 parents 58869b8 + 318661c commit 3e0de68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
- name: Login to container registry
uses: docker/login-action@v2
with:
registry: parelpracht.docker-registry.gewis.nl
registry: abc.docker-registry.gewis.nl
username: ${{ secrets.SVC_GH_PARELPRACHT_USERNAME }}
password: ${{ secrets.SVC_GH_PARELPRACHT_PWD }}
- name: Build and push
uses: docker/build-push-action@v3
with:
context: .
push: true
tags: parelpracht.docker-registry.gewis.nl/parelpracht-server:latest
tags: abc.docker-registry.gewis.nl/crm/parelpracht/server:latest

0 comments on commit 3e0de68

Please sign in to comment.