Skip to content

Commit 8f5926c

Browse files
authored
Fix docker create context (#15)
* Fix docker create context
1 parent 10527a4 commit 8f5926c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ runs:
5050
shell: bash
5151
id: buildx-context
5252
run: |
53-
docker context create buildx-context
53+
docker context create buildx-context || true
5454
5555
- name: Set up Docker Buildx
5656
uses: docker/setup-buildx-action@v1

0 commit comments

Comments
 (0)