Install Docker
Some checks failed
ci / docker (push) Failing after 30s

This commit is contained in:
Eric Meehan 2025-02-14 11:50:27 -05:00
parent 0a4cb4b673
commit 8f72269f3e

View File

@ -12,13 +12,10 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Install sudo
- name: Install Docker
run: |
apt-get update -y
apt-get install -y sudo iptables
- name: Setup docker
uses: docker/setup-docker-action@v4
apt-get install -y docker.io
- name: Login to Docker Hub
uses: docker/login-action@v3