Skip to content

Commit

Permalink
Actions electron: added docker login
Browse files Browse the repository at this point in the history
  • Loading branch information
fxi committed Mar 26, 2024
1 parent 9ce7e9b commit 3bf7ce9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/electron.yml
Expand Up @@ -27,8 +27,11 @@ jobs:
with:
node-version: 18.x

- name: Install Docker
uses: docker/setup-buildx-action@v1
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Update Image
working-directory: ./electron
Expand Down

0 comments on commit 3bf7ce9

Please sign in to comment.