Browse Source

update dockerize step

Daniel Bohry 8 months ago
parent
commit
f87f79afc9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/buildAndRelease.yml

+ 2 - 2
.github/workflows/buildAndRelease.yml

@@ -31,8 +31,8 @@ jobs:
       - name: Log in to Docker Hub
         uses: docker/login-action@v2
         with:
-          username: ${{ secrets.DOCKER_USERNAME }}
-          password: ${{ secrets.DOCKER_TOKEN }}
+          username: ${{ secrets.DOCKERHUB_USERNAME }}
+          password: ${{ secrets.DOCKERHUB_TOKEN }}
       - name: Build and push multi-platform Docker images
         run: |
           docker buildx create --use