Добавить .gitea/workflows/rebuild.yml
Some checks failed
Build toolchain image / Builder (push) Has been cancelled
Some checks failed
Build toolchain image / Builder (push) Has been cancelled
This commit is contained in:
18
.gitea/workflows/rebuild.yml
Normal file
18
.gitea/workflows/rebuild.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
name: Build toolchain image
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
Builder:
|
||||
runs-on: toolchain
|
||||
secrets:
|
||||
access-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
|
||||
env:
|
||||
IMAGE_NAME: registry.r10x/toolchain
|
||||
steps:
|
||||
- name: Пунь
|
||||
uses: https://codex.r10x.net/actions/tools@master
|
||||
- run: docker build --progress=plain --tag ${IMAGE_NAME} .
|
||||
- run: docker push ${IMAGE_NAME}
|
||||
Reference in New Issue
Block a user