We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2694366 commit 8c2d8e9Copy full SHA for 8c2d8e9
.github/workflows/docker_publish.yml
@@ -62,8 +62,8 @@ jobs:
62
- name: Log in to Docker Hub
63
uses: docker/login-action@v1
64
with:
65
- username: ${{ secrets.DOCKER_USERNAME }}
66
- password: ${{ secrets.DOCKER_PASSWORD }}
+ username: ${{ secrets.DOCKERHUB_USERNAME }}
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
67
68
- name: Download memgraph binary
69
run: |
.github/workflows/test.yml
@@ -48,8 +48,8 @@ jobs:
48
49
50
51
52
53
54
- name: Get all current images
55
0 commit comments