Skip to content

Commit

Permalink
Merge pull request #368 from Interhyp/RELTEC-11165
Browse files Browse the repository at this point in the history
chore(workflows): Add workflow job output
  • Loading branch information
Roshick authored Dec 9, 2024
2 parents 0ee19f9 + 7b2aa92 commit 02f047a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
build:
name: 📦 Build & Test
runs-on: ubuntu-latest
outputs:
image: ${{ steps.meta.outputs.tags }}
steps:
- uses: actions/checkout@v3
- uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 02f047a

Please sign in to comment.