Update .github/workflows/docker-image.yml

This commit is contained in:
2025-09-02 20:30:02 -04:00
parent 4b6af29b5c
commit 9e4c81439f

View File

@@ -22,8 +22,8 @@ jobs:
- name: Login to Docker Hub - name: Login to Docker Hub
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.GITEA_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.GITEA_TOKEN }}
- name: Docker meta - name: Docker meta
id: meta id: meta