Skip to content

Update ejercicio3.yml #10

Update ejercicio3.yml

Update ejercicio3.yml #10

name: Crear imagen Docker
on:
push:
branches:
- '*'
jobs:
call_ejercicio6:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Llamar a la contruccion de la imagen
uses: ./.github/workflows/ejercicio6.yml
with:
tag: "1.0.0"