Skip to content

Commit

Permalink
* Github Actions: attempt using format funciton
Browse files Browse the repository at this point in the history
  to form name of output for `docker-publish` job
  • Loading branch information
hostcc committed Oct 5, 2024
1 parent a3ae8dd commit d624c47
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 @@ -88,7 +88,7 @@ jobs:
cache_tag: linux-amd64
runs-on: ubuntu-latest
outputs:
image_version_${{ matrix.platform }}: ${{ steps.meta.outputs.version }}
${{ format('image_version_{0}', matrix.platform) }}: ${{ steps.meta.outputs.version }}
needs: [tests]
permissions:
contents: read
Expand Down

0 comments on commit d624c47

Please sign in to comment.