diff --git a/.github/workflows/build-executable.yml b/.github/workflows/build-executable.yml index 3477162..d630029 100644 --- a/.github/workflows/build-executable.yml +++ b/.github/workflows/build-executable.yml @@ -39,7 +39,10 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 - + + - name: Log in to Docker Hub + run: echo ${{ secrets.DOCKER_HUB_TOKEN }} | docker login -u ${{ secrets.DOCKER_HUB_USERNAME }} --password-stdin + - name: Build Linux executable run: | # The Docker container will run this command defined in the Dockerfile