summaryrefslogtreecommitdiff
path: root/.github/workflows/container.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/container.yml')
-rw-r--r--.github/workflows/container.yml4
1 files changed, 2 insertions, 2 deletions
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: