Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Commit eb1617c

Browse files
committed
fix(env): update docker hub env var and secret name and vals
1 parent e76b35b commit eb1617c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/auto-update-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
env:
2020
# Docker requires lowercase names for both images and cache references
2121
IMAGE_NAME: py-dep-man-companion
22-
REPO_NAME: ${{ vars.DOCKER_HUB_USERNAME }}/py-dep-man-companion
22+
REPO_NAME: ${{ vars.DOCKERHUB_USERNAME }}/py-dep-man-companion
2323

2424
steps:
2525
- name: Checkout repository
@@ -31,8 +31,8 @@ jobs:
3131
# Pinned 3rd party action to commit hash of release v3.4.0 on 2025-03-14 to prevent supply chain attacks
3232
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
3333
with:
34-
username: ${{ vars.DOCKER_HUB_USERNAME }}
35-
password: ${{ secrets.DOCKER_HUB_PAT }}
34+
username: ${{ vars.DOCKERHUB_USERNAME }}
35+
password: ${{ secrets.DOCKERHUB_TOKEN }}
3636

3737
- name: Extract metadata (tags, labels) for Docker
3838
id: meta

0 commit comments

Comments
 (0)