Skip to content

Commit

Permalink
asoifj
Browse files Browse the repository at this point in the history
  • Loading branch information
travisgroth committed Feb 12, 2020
1 parent 1cdd8a2 commit 5f9675c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
tag: ${{ steps.tagName.outputs.tag }}

- name: Docker Publish - Latest
if: ! contains(${{steps.tagName.outputs.tag}}, "rc")
if: "!contains(steps.tagName.outputs.tag, 'rc')"
uses: zenato/docker-action@master
with:
username: ${{ secrets.DOCKERHUB_USER }}
Expand Down

0 comments on commit 5f9675c

Please sign in to comment.