Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
htilly authored Sep 6, 2024
1 parent 03cb408 commit 7345450
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Push Multi-Platform Docker Image
on:
push:
branches:
- master # Trigger on pushes to the master branch
- master

jobs:
build:
Expand All @@ -15,6 +15,10 @@ jobs:

- name: Docker Setup QEMU
uses: docker/[email protected]

- name: Verify QEMU
run: |
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
- name: Set up Docker Buildx
uses: docker/[email protected]
Expand Down

0 comments on commit 7345450

Please sign in to comment.