Skip to content

Commit ec3ae0a

Browse files
committed
Use colima for Docker on macOS
1 parent 7f55900 commit ec3ae0a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/examples_docker.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,20 +99,20 @@ jobs:
9999
run: |
100100
pip install dist/${{ steps.wheel.outputs.wheel_name }}[graphics]
101101
102-
- name: Login in GitHub Container registry
103-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
104-
with:
105-
registry: ghcr.io
106-
username: ${{ github.actor }}
107-
password: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
108-
109102
- name: "Install Colima for Docker on macOS"
110103
shell: bash
111104
if: (matrix.os == 'macos-latest')
112105
run: |
113106
brew install colima
114107
colima start
115108
109+
- name: Login in GitHub Container registry
110+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
111+
with:
112+
registry: ghcr.io
113+
username: ${{ github.actor }}
114+
password: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
115+
116116
- name: "Install DPF"
117117
id: set-server-path
118118
shell: bash

0 commit comments

Comments
 (0)