Skip to content

Commit bfb0c6d

Browse files
authored
fix(ci): remove docker login (#1887)
1 parent 6ded8d3 commit bfb0c6d

File tree

4 files changed

+394
-367
lines changed

4 files changed

+394
-367
lines changed

.github/actions/setup/action.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Note: this is only compatible with Linux runners.
22

3-
name: Test setup
3+
name: Setup
4+
description: "Setup the environment for the CI"
45
inputs:
56
pull_token:
67
description: "Token to use for private repo access"
@@ -101,6 +102,3 @@ runs:
101102
else
102103
echo "pkg-config and libssl-dev are already installed."
103104
fi
104-
105-
- name: Set up Docker
106-
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)