Skip to content

Commit

Permalink
add cyeckout action
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Jul 16, 2024
1 parent 59e434e commit 41f412b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-master-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand All @@ -105,6 +107,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
load: true
push: false
electron:
strategy:
Expand Down

0 comments on commit 41f412b

Please sign in to comment.