Attempt to fix release pipeline by installing docker
All checks were successful
CI / CI (push) Successful in 10m29s

This commit is contained in:
Brian Tarricone 2023-09-20 20:43:04 -07:00
parent 10f22956b6
commit 5b3f728bad

View File

@ -19,6 +19,11 @@ jobs:
name: Publish to Docker Hub
runs-on: ubuntu-latest
steps:
- name: install docker
run:
- apt update
- apt install -y docker.io
- apt clean
- uses: https://gitea.com/actions/checkout@v3
- name: docker meta
id: meta