changed repository urls
This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
||||
- name: Check out mirrored profilarr source
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: arr/profilarr
|
||||
repository: profilarr/profilarr
|
||||
ref: develop
|
||||
server-url: https://git.hisp.no
|
||||
token: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
@@ -23,11 +23,11 @@ jobs:
|
||||
docker build \
|
||||
--build-arg TARGETARCH=amd64 \
|
||||
--build-arg VITE_CHANNEL=develop \
|
||||
-t git.hisp.no/arr/profilarr:develop \
|
||||
-t git.hisp.no/arr/profilarr:latest \
|
||||
-t git.hisp.no/profilarr/profilarr:develop \
|
||||
-t git.hisp.no/profilarr/profilarr:latest \
|
||||
.
|
||||
|
||||
- name: Push to Gitea registry
|
||||
run: |
|
||||
docker push git.hisp.no/arr/profilarr:develop
|
||||
docker push git.hisp.no/arr/profilarr:latest
|
||||
docker push git.hisp.no/profilarr/profilarr:develop
|
||||
docker push git.hisp.no/profilarr/profilarr:latest
|
||||
Reference in New Issue
Block a user