Skip to content

Commit e98df97

Browse files
committed
Remove whitespace from build.yaml
1 parent fa01f92 commit e98df97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,14 @@ jobs:
9797
echo ::set-output name=tags::${TAGS[@]}
9898
echo ::set-output name=build::true
9999
100-
- if: ${{ steps.prepare.outputs.build }} == 'true'
100+
- if: ${{ steps.prepare.outputs.build }} == 'true'
101101
name: Login into Docker Hub
102102
uses: docker/login-action@v1
103103
with:
104104
username: ruimarinho
105105
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
106106

107-
- if: ${{ steps.prepare.outputs.build }} == 'true'
107+
- if: ${{ steps.prepare.outputs.build }} == 'true'
108108
name: Build Docker image
109109
run: |
110110
TAGS=(${{ steps.prepare.outputs.tags }})

0 commit comments

Comments
 (0)