Re-add Docker to the action

This commit is contained in:
2024-01-22 13:31:44 -06:00
parent fb27788013
commit f412546093

View File

@@ -21,8 +21,8 @@ jobs:
packages: write
steps:
# - name: Prepare the container
# run: curl -fsSL https://get.docker.com -o get-docker.sh && sh ./get-docker.sh
- name: Prepare the container
run: curl -fsSL https://get.docker.com -o get-docker.sh && sh ./get-docker.sh
- name: Checkout repository
uses: actions/checkout@v4