This commit is contained in:
brooke 2025-03-17 21:15:46 -04:00
parent a251ad57c6
commit 1d312e2fcd

View file

@ -16,10 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: apt update && apt install sudo wget curl git iptables -y
- name: Set up Docker
uses: https://github.com/docker/setup-docker-action@v4
- run: curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh
- name: Login to Self-Hosted Registry
uses: docker/login-action@v3