Update .gitea/workflows/docker-build-push.yml

This commit is contained in:
2026-02-06 16:56:53 +00:00
parent d6c7bb8956
commit fe581e0c83

View File

@@ -42,7 +42,7 @@ jobs:
"${{ inputs.context }}" "${{ inputs.context }}"
- name: Log in to Docker Hub - name: Log in to Docker Hub
uses: docker/login-action@v2 uses: docker/login-action@v3
with: with:
username: ${{ env.DOCKER_HUB_USERNAME }} username: ${{ env.DOCKER_HUB_USERNAME }}
password: ${{ env.DOCKER_HUB_ACCESS_TOKEN }} password: ${{ env.DOCKER_HUB_ACCESS_TOKEN }}