Skip to content

Commit 8c2d8e9

Browse files
authored
Change Dockerhub auth (#206)
1 parent 2694366 commit 8c2d8e9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docker_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
- name: Log in to Docker Hub
6363
uses: docker/login-action@v1
6464
with:
65-
username: ${{ secrets.DOCKER_USERNAME }}
66-
password: ${{ secrets.DOCKER_PASSWORD }}
65+
username: ${{ secrets.DOCKERHUB_USERNAME }}
66+
password: ${{ secrets.DOCKERHUB_TOKEN }}
6767

6868
- name: Download memgraph binary
6969
run: |

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
- name: Log in to Docker Hub
4949
uses: docker/login-action@v1
5050
with:
51-
username: ${{ secrets.DOCKER_USERNAME }}
52-
password: ${{ secrets.DOCKER_PASSWORD }}
51+
username: ${{ secrets.DOCKERHUB_USERNAME }}
52+
password: ${{ secrets.DOCKERHUB_TOKEN }}
5353

5454
- name: Get all current images
5555
run: |

0 commit comments

Comments
 (0)