This commit is contained in:
brooke 2025-03-17 21:39:11 -04:00
parent 6243ff43e1
commit 8c0a08af86

View file

@ -11,13 +11,11 @@ env:
jobs:
linux:
runs-on: node
runs-on: ubuntu-22.04
container:
steps:
- uses: actions/checkout@v3
- 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
with: