Update docker credentials (#853)

This commit is contained in:
Bruno Sačarić
2023-04-04 21:47:04 +02:00
committed by GitHub
parent 64e837b355
commit 69c735934c

View File

@@ -31,8 +31,8 @@ jobs:
- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Download memgraph binary
run: |