Skip to content

Commit

Permalink
ci: fix typo in docker-shared.yml (#725)
Browse files Browse the repository at this point in the history
Resolves #
  • Loading branch information
pkova authored Oct 8, 2024
2 parents e101ff4 + 5b3d145 commit 277a48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
tags: tloncorp/vere:${{ steps.build.outputs.version }},tloncorp/vere:${{ inputs.pace }}

- name: Build and push live
if: ${{ inputs.pace = 'live' }}
if: ${{ inputs.pace == 'live' }}
uses: docker/build-push-action@v6
with:
push: true
Expand Down

0 comments on commit 277a48b

Please sign in to comment.