Skip to content

Commit

Permalink
Add matrix.name to image metadat
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 authored Nov 21, 2024
1 parent 2e5ddb6 commit cb217d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
commands: |
chmod +x ${{matrix.script}}
${{ matrix.script }}
echo "${{ github.ref_name }}" > /opt/photonvision/image-version
echo "${{ github.ref_name }};${{ matrix.name }}" > /opt/photonvision/image-version
- name: Compress built image
run: |
Expand Down

0 comments on commit cb217d7

Please sign in to comment.