changed repository urls

This commit is contained in:
2026-03-22 18:56:41 +01:00
parent 48914a84ab
commit 4ce2dbbb9f
+5 -5
View File
@@ -10,7 +10,7 @@ jobs:
- name: Check out mirrored profilarr source - name: Check out mirrored profilarr source
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
repository: arr/profilarr repository: profilarr/profilarr
ref: develop ref: develop
server-url: https://git.hisp.no server-url: https://git.hisp.no
token: ${{ secrets.REGISTRY_PASSWORD }} token: ${{ secrets.REGISTRY_PASSWORD }}
@@ -23,11 +23,11 @@ jobs:
docker build \ docker build \
--build-arg TARGETARCH=amd64 \ --build-arg TARGETARCH=amd64 \
--build-arg VITE_CHANNEL=develop \ --build-arg VITE_CHANNEL=develop \
-t git.hisp.no/arr/profilarr:develop \ -t git.hisp.no/profilarr/profilarr:develop \
-t git.hisp.no/arr/profilarr:latest \ -t git.hisp.no/profilarr/profilarr:latest \
. .
- name: Push to Gitea registry - name: Push to Gitea registry
run: | run: |
docker push git.hisp.no/arr/profilarr:develop docker push git.hisp.no/profilarr/profilarr:develop
docker push git.hisp.no/arr/profilarr:latest docker push git.hisp.no/profilarr/profilarr:latest