Remove username docker
Some checks failed
PUBLISH_IMAGE / Publish 'waka-readme-stats' image (push) Has been cancelled

This commit is contained in:
2024-11-05 21:07:59 -05:00
parent 059750c5ee
commit 4a6a6999aa

View File

@@ -22,7 +22,7 @@ jobs:
- name: Log in to the container registry 🚪 - name: Log in to the container registry 🚪
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with:
username: jofranmtz username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Extract metadata (tags, labels) for Docker 🏋️ - name: Extract metadata (tags, labels) for Docker 🏋️