Обновить .gitea/workflows/build-latest.yml
This commit is contained in:
@ -22,10 +22,10 @@ jobs:
|
|||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
tags: 192.168.0.145:5000/alt-atomic-niri:latest
|
tags: registry.mycloudnc.ru/alt-atomic-niri:latest
|
||||||
push: false # Пока не пушим
|
push: false # Пока не пушим
|
||||||
|
|
||||||
- name: Push to Local Registry
|
- name: Push to Local Registry
|
||||||
run: |
|
run: |
|
||||||
docker push 192.168.0.145:5000/alt-atomic-niri:latest
|
docker push registry.mycloudnc.ru/alt-atomic-niri:latest
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Reference in New Issue
Block a user