We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a86dd6 commit 93806c9Copy full SHA for 93806c9
1 file changed
.github/workflows/macos-deploy.yml
@@ -15,9 +15,14 @@ jobs:
15
- name: Checkout repository
16
uses: actions/checkout@v3
17
18
+ - uses: docker-practice/actions-setup-docker@master
19
+ - run: |
20
+ set -x
21
+ docker version
22
+ docker run --rm hello-world
23
+
24
- name: Install docker and build enkrypt container # Taken from https://github.com/actions/virtual-environments/issues/1143#issuecomment-652264388
25
run: |
- brew install docker
26
docker build -t enkrypt-build-container .
27
28
- name: Deploy iOS Beta to TestFlight via Fastlane
0 commit comments