Skip to content

Commit

Permalink
test docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood authored Jan 31, 2024
1 parent 5fcf625 commit 1801fb0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/images-test-mac-m1.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Image test routine
name: Image test routine - Mac M1

on:
push:
Expand All @@ -17,11 +17,13 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: "0"
- name: Install and test docker
- name: Install docker
run: |
# set -x
brew install docker docker-compose colima
brew services start colima
brew install docker docker-compose
- name: Test docker
run: |
docker run --rm hello-world
docker version
mkdir -p ~/.docker/cli-plugins
ln -sfn /opt/homebrew/opt/docker-compose/bin/docker-compose ~/.docker/cli-plugins/docker-compose
Expand Down

0 comments on commit 1801fb0

Please sign in to comment.