Skip to content

Commit

Permalink
Merge pull request #3 from cdivitotawela/triger-another-workflow
Browse files Browse the repository at this point in the history
Check what is get in a release
  • Loading branch information
cdivitotawela authored Jun 3, 2024
2 parents a664bfb + 9723fea commit d01ff49
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/calling-workflow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: calling workflow

description:
This workflow mimic the creation of container image with specific tag and calling another workflow
with the tag to run some tests

on:
release:

jobs:
call:
runs-on: ubuntu-latest
steps:
- name: Set the container tag
id: generate-image-tag
run: echo tag ${{ github.ref }}

0 comments on commit d01ff49

Please sign in to comment.