Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Set suffix to Docker tags
uses: actions/github-script@v8
uses: actions/github-script@v9
id: suffix
if: ${{ github.event.release != null }}
with:
result-encoding: string
script: "return (context.payload.release.tag_name.includes('-dev') ? '-dev' : '');"

- name: Determine TENDERMINT_BUILD_OPTIONS
uses: actions/github-script@v8
uses: actions/github-script@v9
id: TENDERMINT_BUILD_OPTIONS
with:
result-encoding: string
Expand Down
Loading