Skip to content

Commit

Permalink
fix(ci): remove docker login (#1887)
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani authored Dec 22, 2024
1 parent 6ded8d3 commit bfb0c6d
Show file tree
Hide file tree
Showing 4 changed files with 394 additions and 367 deletions.
6 changes: 2 additions & 4 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Note: this is only compatible with Linux runners.

name: Test setup
name: Setup
description: "Setup the environment for the CI"
inputs:
pull_token:
description: "Token to use for private repo access"
Expand Down Expand Up @@ -101,6 +102,3 @@ runs:
else
echo "pkg-config and libssl-dev are already installed."
fi
- name: Set up Docker
uses: docker/setup-buildx-action@v3
Loading

0 comments on commit bfb0c6d

Please sign in to comment.