Login only on tags

This commit is contained in:
Leonard Jonathan Oh 2023-11-22 22:59:58 +00:00
parent 6025aa4b38
commit 72e0c52ff0

View file

@ -61,6 +61,7 @@ jobs:
${{ runner.os }}-buildx-
- name: Login to Docker Hub registry
if: startsWith(github.ref, 'refs/tags/') # Login only on tags
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}