Skip to content

Commit

Permalink
Add tag output to build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SapiensAnatis committed Aug 14, 2024
1 parent 47b020b commit 31abcbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ on:
required: true
type: string
description: Docker image name
outputs:
tag: ${{ jobs.build.outputs.tag }}
description: The tag applied to the container image

env:
HUSKY: 0
Expand Down

0 comments on commit 31abcbc

Please sign in to comment.