fix: update Docker registry to use docker.io for login action

This commit is contained in:
Noooste
2025-12-08 23:49:28 +01:00
parent d8694bc272
commit 2d52bdd714
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
- name: Log in to Container Registry
uses: docker/login-action@v3
with:
registry: ${{ secrets.DOCKER_REGISTRY }}
registry: docker.io
username: ${{ secrets.DOCKER_LOGIN }}
password: ${{ secrets.DOCKER_PASSWORD }}