Skip to content

Commit

Permalink
Add step to setup Docker on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashoat committed Sep 19, 2024
1 parent 10ed0ea commit 8c7fc1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/keyserver_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: setup docker on macOS
uses: docker-practice/actions-setup-docker@master

- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
Expand All @@ -23,9 +26,6 @@ jobs:
run: |
echo "patch_version=`grep keyserverCodeVersion keyserver/src/version.js | sed -r 's/^[^0-9]*([0-9]+);$/\1/g'`" >> $GITHUB_OUTPUT
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Build and push Docker image
id: push
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 8c7fc1a

Please sign in to comment.