Skip to content

Commit

Permalink
publish to docker only tagged versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskalmar authored Apr 9, 2020
1 parent 724e100 commit ec19e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# run: cd packages/entourage-cli/ && npm run test

- name: Publish to Registry
if: github.ref == 'refs/heads/master'
if: startsWith(github.ref, 'refs/tags/')
uses: elgohr/Publish-Docker-Github-Action@b82ad077c06f24a94fc90a2627e0e11d9f55a49f
with:
name: chriskalmar/entourage
Expand Down

0 comments on commit ec19e77

Please sign in to comment.