Skip to content

Commit 7d2f2c1

Browse files
committed
wip: print docker context in action
1 parent c871517 commit 7d2f2c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
- name: Checkout repository
3636
uses: actions/checkout@v3
3737

38+
- name: Get Docker context information
39+
run: |
40+
docker context ls
41+
3842
- name: Deploy stack
3943
uses: hoverkraft-tech/compose-action@v2
4044
with:

0 commit comments

Comments
 (0)