update action
This commit is contained in:
@@ -99,15 +99,8 @@ jobs:
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
- name: Install Docker
|
||||
run: |
|
||||
echo "Checking docker installation"
|
||||
if command -v docker &> /dev/null; then
|
||||
echo "Docker installation found"
|
||||
else
|
||||
echo "Docker installation not found. Docker will be installed"
|
||||
curl -fsSL https://get.docker.com | sh
|
||||
fi
|
||||
- name: Setup docker
|
||||
uses: https://git.claeyscloud.com/david/gitea-actions/setup-docker@main
|
||||
- name: Set up Docker Buildx
|
||||
uses: https://github.com/docker/setup-buildx-action@v3
|
||||
- name: Docker login
|
||||
|
||||
Reference in New Issue
Block a user