diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c3faaa9c3..7b6904c69 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: - name: Login to DockerHub uses: docker/login-action@v1 with: - username: ${{ initcrash }} + username: initcrash password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build docker image uses: docker/build-push-action@v2