Skip to content

Commit

Permalink
Minor tweak to CI/CD workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
socheatsok78 committed May 2, 2024
1 parent 02137bd commit 8939af0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Image
name: Matrix

on:
workflow_dispatch:
Expand Down Expand Up @@ -62,6 +62,7 @@ jobs:
matrix: ${{fromJson(needs.generate-canonical.outputs.matrix)}}
with:
version: ${{ matrix.releases }}
secrets: inherit

versioned:
uses: .github/workflows/build.yml
Expand All @@ -70,3 +71,4 @@ jobs:
matrix: ${{fromJson(needs.generate.outputs.matrix)}}
with:
version: ${{ matrix.releases.tag_name }}
secrets: inherit

0 comments on commit 8939af0

Please sign in to comment.