fix typo in url
This commit is contained in:
6
.github/workflows/docker-build.yml
vendored
6
.github/workflows/docker-build.yml
vendored
@@ -15,10 +15,10 @@ jobs:
|
||||
- name: Log in to Docker Registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: gitea.rivercry.com
|
||||
registry: git.rivercry.com
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
- name: Build Docker image
|
||||
run: docker build -t gitea.rivercry.com/wg/monitor-im-flur .
|
||||
run: docker build -t git.rivercry.com/wg/monitor-im-flur .
|
||||
- name: Push Docker image
|
||||
run: docker push gitea.rivercry.com/wg/monitor-im-flur
|
||||
run: docker push git.rivercry.com/wg/monitor-im-flur
|
||||
Reference in New Issue
Block a user