update action
This commit is contained in:
@@ -99,15 +99,8 @@ jobs:
|
|||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
- name: Install Docker
|
- name: Setup docker
|
||||||
run: |
|
uses: https://git.claeyscloud.com/david/gitea-actions/setup-docker@main
|
||||||
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: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: https://github.com/docker/setup-buildx-action@v3
|
uses: https://github.com/docker/setup-buildx-action@v3
|
||||||
- name: Docker login
|
- name: Docker login
|
||||||
|
|||||||
Reference in New Issue
Block a user