Update .gitea/workflows/docker-build-push.yml
This commit is contained in:
@@ -42,7 +42,7 @@ jobs:
|
||||
"${{ inputs.context }}"
|
||||
|
||||
- name: Log in to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ env.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ env.DOCKER_HUB_ACCESS_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user