This commit is contained in:
Leonard Jonathan Oh 2023-11-22 23:06:20 +00:00
parent 72e0c52ff0
commit 8bf5af5f55
2 changed files with 4 additions and 3 deletions

View file

@ -68,6 +68,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to GitHub Container Registry
if: startsWith(github.ref, 'refs/tags/') # Login only on tags
uses: docker/login-action@v2
with:
registry: ghcr.io