Try again without installing Docker

This commit is contained in:
2024-01-22 18:49:43 -06:00
parent f412546093
commit f1ce99baad

View File

@@ -5,8 +5,6 @@ on:
push: push:
branches: branches:
- "main" - "main"
# schedule:
# - cron: "37 18 * * *"
env: env:
REGISTRY: gitea.taco.quest REGISTRY: gitea.taco.quest
@@ -21,8 +19,8 @@ jobs:
packages: write packages: write
steps: steps:
- name: Prepare the container # - name: Prepare the container
run: curl -fsSL https://get.docker.com -o get-docker.sh && sh ./get-docker.sh # run: curl -fsSL https://get.docker.com -o get-docker.sh && sh ./get-docker.sh
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4