We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa01f92 commit e98df97Copy full SHA for e98df97
.github/workflows/build.yaml
@@ -97,14 +97,14 @@ jobs:
97
echo ::set-output name=tags::${TAGS[@]}
98
echo ::set-output name=build::true
99
100
- - if: ${{ steps.prepare.outputs.build }} == 'true'
+ - if: ${{ steps.prepare.outputs.build }} == 'true'
101
name: Login into Docker Hub
102
uses: docker/login-action@v1
103
with:
104
username: ruimarinho
105
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
106
107
108
name: Build Docker image
109
run: |
110
TAGS=(${{ steps.prepare.outputs.tags }})
0 commit comments