Skip to content

Commit

Permalink
booleans are not booleans in GH inputs (#3687)
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs authored Nov 8, 2023
1 parent de9ed8e commit b008bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-latest-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
docker pull ghcr.io/chainsafe/forest:${{ github.event.inputs.tag }}
docker tag ghcr.io/chainsafe/forest:${{ github.event.inputs.tag }} ghcr.io/chainsafe/forest:${{ github.event.inputs.new_tag }}
- name: Push image
if: ${{ !github.event.inputs.dry_run }}
if: ${{ !fromJSON(github.event.inputs.dry_run) }}
run: |
docker push ghcr.io/chainsafe/forest:${{ github.event.inputs.new_tag }}

0 comments on commit b008bff

Please sign in to comment.