Skip to content

Commit

Permalink
Add Docker Hub login step
Browse files Browse the repository at this point in the history
  • Loading branch information
SirenGlitch committed Aug 26, 2023
1 parent c721593 commit 2e45ae5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-executable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e45ae5

Please sign in to comment.