Обновить .gitea/workflows/build-latest.yml
Some checks failed
Scheduled Docker Build to Local Registry / build-and-push (push) Failing after 3h14m59s
Some checks failed
Scheduled Docker Build to Local Registry / build-and-push (push) Failing after 3h14m59s
This commit is contained in:
@ -7,7 +7,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
runs-on: [self-hosted]
|
runs-on: [ "ubuntu-latest" ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
@ -20,10 +20,10 @@ jobs:
|
|||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
tags: registry.mycloudnc.ru/alt-atomic-niri:latest
|
tags: 192.168.0.145:5000/alt-atomic-niri:latest
|
||||||
push: false # Пока не пушим
|
push: false # Пока не пушим
|
||||||
|
|
||||||
- name: Push to Local Registry
|
- name: Push to Local Registry
|
||||||
run: |
|
run: |
|
||||||
docker push registry.mycloudnc.ru/alt-atomic-niri:latest
|
docker push 192.168.0.145:5000/alt-atomic-niri:latest
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Reference in New Issue
Block a user