Skip to content

Commit

Permalink
fix tag build image
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Sep 26, 2021
1 parent 7a560ed commit 6638bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
-t ghcr.io/${USERNAME}/rss2twitter:${ref} -t ${USERNAME}/rss2twitter:${ref} .
- name: deploy tagged (latest) to ghcr.io and dockerhub
if: ${{ github.ref == 'refs/heads/master' }}
if: ${{ startsWith(github.ref, 'refs/tags/') }}
env:
GITHUB_PACKAGE_TOKEN: ${{ secrets.PKG_TOKEN }}
DOCKER_HUB_TOKEN: ${{ secrets.DOCKER_HUB_TOKEN }}
Expand Down

0 comments on commit 6638bf5

Please sign in to comment.