Skip to content

Commit

Permalink
Merge pull request #3 from gmmcal/reference-tag
Browse files Browse the repository at this point in the history
NEW: Add reference to tag worflow
  • Loading branch information
gmmcal authored Sep 1, 2024
2 parents d77981a + a064de9 commit 45519d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Tag application

on:
workflow_call:
inputs:
reference:
type: string
required: false
default: main
outputs:
version:
description: Prefix of image name
Expand All @@ -13,6 +18,7 @@ jobs:
runs-on: ubuntu-latest
outputs:
version: ${{ steps.semver.outputs.next }}
branch: ${{ inputs.reference }}

steps:
- name: Get Next Version
Expand Down

0 comments on commit 45519d0

Please sign in to comment.