Skip to content

Commit

Permalink
ci: try parse meta json output
Browse files Browse the repository at this point in the history
  • Loading branch information
skylenet committed May 15, 2024
1 parent 4b5a477 commit 14749a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/prepare/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ outputs:
value: ${{ steps.setup_platforms.outputs.platforms }}
tag:
description: "Tags for the docker image"
value: ${{ steps.meta.outputs.tags[0] }}
value: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}
runs:
using: "composite"
steps:
Expand All @@ -32,7 +32,7 @@ runs:
echo "platforms=$PLATFORMS_JSON" >> $GITHUB_OUTPUT
- name: Docker meta
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ethpandaops/ethereum-genesis-generator
flavor: latest=true
Expand Down

0 comments on commit 14749a6

Please sign in to comment.