Fix login action version

This commit is contained in:
Ingo Oppermann 2024-02-22 20:50:03 +01:00
parent 939635ed94
commit 9dfdc87983
No known key found for this signature in database
GPG Key ID: 2AB32426E9DD229E

View File

@ -73,7 +73,7 @@ jobs:
- name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v5
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}