Skip to content

Commit

Permalink
Update ejercicio6caller.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EperezStemdo authored May 1, 2024
1 parent fa0f9fe commit e3859e0
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/ejercicio6caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ on:
push:
branches:
- '*'

jobs:
call_ejercicio6:
runs-on: ubuntu-latest
steps:
build:
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"
call-reusable-workflow:
uses: ./.github/workflows/ejercicio6.yml
with:
tar: "1.0.0"



0 comments on commit e3859e0

Please sign in to comment.