Обновить .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:
|
||||
build-and-push:
|
||||
runs-on: [self-hosted]
|
||||
runs-on: [ "ubuntu-latest" ]
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
@ -20,10 +20,10 @@ jobs:
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
tags: registry.mycloudnc.ru/alt-atomic-niri:latest
|
||||
tags: 192.168.0.145:5000/alt-atomic-niri:latest
|
||||
push: false # Пока не пушим
|
||||
|
||||
- name: Push to Local Registry
|
||||
run: |
|
||||
docker push registry.mycloudnc.ru/alt-atomic-niri:latest
|
||||
docker push 192.168.0.145:5000/alt-atomic-niri:latest
|
||||
shell: bash
|
||||
|
Reference in New Issue
Block a user