Skip to content

Commit a976397

Browse files
committed
fix: docker login variables
1 parent f62f760 commit a976397

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99
branches: [prod]
1010

1111
jobs:
12-
push_builder:
13-
name: Builder
12+
build_push_chirpy:
13+
name: Chirpy
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Check out the repo
@@ -37,8 +37,8 @@ jobs:
3737
if: github.event_name != 'pull_request'
3838
uses: docker/login-action@v2
3939
with:
40-
username: ${{ secrets.DOCKER_USERNAME }}
41-
password: ${{ secrets.DOCKER_PASSWORD }}
40+
username: ${{ secrets.DOCKERHUB_USERNAME }}
41+
password: ${{ secrets.DOCKERHUB_TOKEN }}
4242

4343
- name: Build and push builder image
4444
uses: docker/build-push-action@v3

0 commit comments

Comments
 (0)