Skip to content

Commit

Permalink
build: fix one
Browse files Browse the repository at this point in the history
  • Loading branch information
murage committed Jan 25, 2022
1 parent e641246 commit fe12a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Build and push docker image
id: docker_build
if: ${{ steps.srelease.outputs.new_release_published }} == true #only if we have a new release
if: steps.srelease.outputs.new_release_published == 'true' #only if we have a new release
uses: docker/build-push-action@v2
with:
push: false
Expand Down

0 comments on commit fe12a0f

Please sign in to comment.