WIP proxy #3
18
.gitea/workflows/example.yaml
Normal file
18
.gitea/workflows/example.yaml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
name: Workflow de prueba
|
||||||
|
|
||||||
|
on:
|
||||||
|
- push
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
Build and push images:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: Setup QEMU
|
||||||
|
uses: docker/setup-qemu-action@v3
|
||||||
|
- name: Setup Buildx
|
||||||
|
uses: docker/setup-buildx-action@v3
|
||||||
|
with:
|
||||||
|
driver-opts: network=hiost
|
||||||
|
|
||||||
Reference in New Issue
Block a user