Compare commits

...

1 Commits

Author SHA1 Message Date
Noooste 2d52bdd714 fix: update Docker registry to use docker.io for login action 2025-12-08 23:49:28 +01:00
+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 }}