Skip to content

Commit

Permalink
github/actions: push docker latest
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermebr committed Oct 30, 2019
1 parent 7285078 commit e1eaef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: make TAG=${{ steps.get_tag.outputs.TAG }} push

- name: push latest to docker
if: contains(github.ref, 'refs/head/master')
if: contains(github.ref, 'refs/heads/master')
run: make push

- name: release
Expand Down

0 comments on commit e1eaef7

Please sign in to comment.