From 2f0e52d6ebad4c4f825e88142de2c62660053456 Mon Sep 17 00:00:00 2001 From: Ivan Gabaldon Date: Sun, 23 Nov 2025 13:11:05 +0100 Subject: [upd] ci: docker secret maintenance I've narrowed the permissions and rotated the token for the deploy account on DockerHub registry. I replaced the secret ref in GitHub so that it's available organization wide. No further actions are necessary. --- .github/workflows/container.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/container.yml') diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 4af3a9f70..827f389e1 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -194,8 +194,8 @@ jobs: uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 with: registry: "docker.io" - username: "${{ secrets.DOCKERHUB_USERNAME }}" - password: "${{ secrets.DOCKERHUB_TOKEN }}" + username: "${{ secrets.DOCKER_USER }}" + password: "${{ secrets.DOCKER_TOKEN }}" - name: Release env: -- cgit v1.2.3