Actualizar .github/workflows/publish-gitea.yml
This commit is contained in:
10
.github/workflows/publish-gitea.yml
vendored
10
.github/workflows/publish-gitea.yml
vendored
@@ -1,19 +1,11 @@
|
|||||||
name: Publicar Paquete SigProUI (NPM)
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
push:
|
|
||||||
tags:
|
|
||||||
- 'v*'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: node:20-bullseye
|
image: node:20-bullseye
|
||||||
options: >-
|
options: >-
|
||||||
--network gitea_net
|
|
||||||
--dns 192.168.1.1
|
--dns 192.168.1.1
|
||||||
|
--add-host gitea:host-gateway
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout código
|
- name: Checkout código
|
||||||
|
|||||||
Reference in New Issue
Block a user