Skip to content

Commit d7ae7b7

Browse files
committed
ci: standardize Docker Hub secret names to DOCKERHUB_USERNAME/DOCKERHUB_TOKEN
1 parent d2c549b commit d7ae7b7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
REGISTRY: docker.io
13-
IMAGE_NAME: ${{ secrets.DOCKER_USERNAME }}/website-diff
13+
IMAGE_NAME: ${{ secrets.DOCKERHUB_USERNAME }}/website-diff
1414

1515
jobs:
1616
test:
@@ -75,8 +75,8 @@ jobs:
7575
if: github.event_name != 'pull_request'
7676
uses: docker/login-action@v3
7777
with:
78-
username: ${{ secrets.DOCKER_USERNAME }}
79-
password: ${{ secrets.DOCKER_TOKEN }}
78+
username: ${{ secrets.DOCKERHUB_USERNAME }}
79+
password: ${{ secrets.DOCKERHUB_TOKEN }}
8080
registry: ${{ env.REGISTRY }}
8181

8282
- name: Extract metadata

0 commit comments

Comments
 (0)