Skip to content

Commit

Permalink
Switched to custom Docker setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Dec 9, 2024
1 parent be9ef82 commit accbe97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
# There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.
jobs:
build-and-push-image:
runs-on: macos-latest
runs-on: macos-13
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
permissions:
contents: read
Expand All @@ -25,6 +25,8 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
- name: Set up Docker on macOS
uses: douglascamata/setup-docker-action@v1-alpha
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down

0 comments on commit accbe97

Please sign in to comment.