Skip to content

Commit

Permalink
Remove skip docker publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
bwerquin authored May 28, 2021
1 parent ebe7ba6 commit d36dc49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
draft: false
prerelease: false
docker:
if: "false"
needs: build
runs-on: ubuntu-latest
steps:
Expand All @@ -65,4 +64,4 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
tags: ${{steps.version.outputs.prop}}


0 comments on commit d36dc49

Please sign in to comment.