Update .gitea/workflows/docker-build-push.yml
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user