Don't try to install docker.

This commit is contained in:
2024-03-04 16:12:23 -07:00
parent 661a369856
commit 6f91c16953

View File

@@ -19,8 +19,6 @@ jobs:
runs-on: cjyar-24 runs-on: cjyar-24
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh
- name: build - name: build
run: docker build -t ${{ inputs.image_name }}:${{ github.run_number }} run: docker build -t ${{ inputs.image_name }}:${{ github.run_number }}
- name: push - name: push