Update .github/workflows/dockerhub.yml

This commit is contained in:
Boris 2024-12-17 15:03:30 +01:00 committed by GitHub
parent f3f3a0515e
commit 0014ebe67c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Log in to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}