Skip to content

Commit

Permalink
fix workflow (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
KenFigueiredo authored Sep 2, 2020
1 parent f535eab commit 30ef8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
repository: expediagroup/apiary-metastore-core
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
push: ${{ startsWith(github.ref, 'refs/tags/') }
push: ${{ startsWith(github.ref, 'refs/tags/') }}

0 comments on commit 30ef8b0

Please sign in to comment.