Skip to content
This repository was archived by the owner on Oct 28, 2022. It is now read-only.

Commit 7eadd0e

Browse files
committed
move over to new registry
1 parent 9f3cace commit 7eadd0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-container.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Login to private docker registery
2323
uses: docker/login-action@v2
2424
with:
25-
registry: registery.unknownclouds.com
25+
registry: registry.first2find.nl
2626
username: ${{ secrets.DOCKER_REGISTERY_USERNAME }}
2727
password: ${{ secrets.DOCKER_REGISTERY_PASSWORD }}
2828
- name: Build docker image
@@ -31,11 +31,11 @@ jobs:
3131
with:
3232
push: true
3333
platforms: linux/amd64
34-
tags: registery.unknownclouds.com/rtcv:${{ github.ref_name }}
34+
tags: registry.first2find.nl/rtcv:${{ github.ref_name }}
3535
- name: Build docker image
3636
if: github.ref_type == 'branch'
3737
uses: docker/build-push-action@v3
3838
with:
3939
push: true
4040
platforms: linux/amd64
41-
tags: registery.unknownclouds.com/rtcv:${{ steps.vars.outputs.sha_short }}
41+
tags: registry.first2find.nl/rtcv:${{ steps.vars.outputs.sha_short }}

0 commit comments

Comments
 (0)