diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f7c166..177f176 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,8 +20,8 @@ jobs: - uses: docker/login-action@v2 with: - username: smartxrocks - password: ${{ secrets.DOCKERHUB_PUSH_TOKEN }} + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_TOKEN }} - id: build_virt_prerunner uses: docker/build-push-action@v2